WP Job Openings
Visit Website View Demo Get PRO
Search…
Introduction
Getting Started
Installation
Shortcodes
Pro Pack for Wp Job Openings
Introduction
Installation
Settings
General
Appearance
Job Specifications
Form
Notifications
Settings - Wp Job Openings Pro
Form
Notifications
Shortcodes
Advanced
Job Listing
Add New Openings
Job Listings
Job Listings – Admin
Customizing templates of your Job Listings
Applications
Application Listings
Edit Application
EXPORT APPLICATIONS - WP JOB OPENINGS PRO
Export Applications
Widgets
Recent Jobs Widget
Job Overview Dashboard Widget
Other Add-ons
Docs Viewer Add-On for WP Job Openings
Auto Delete Applications – Add-on for WP Job Openings
Developers
Hooks
Code Snippets
Archive page title
Custom Application Status
Custom Permalink - Slug Issue
Limit the file size
Modify or Remove the Structured Data
Remove 'All' prefix from the filter
Remove job application form
Sort by title
WP-CLI
FAQ
Sources and Credits
Powered By GitBook
Archive page title
Use the below code snippet to change the archive title.
1
function awsm_jobs_custom_archive_title( $title, $post_type ) {
2
if ( $post_type === 'awsm_job_openings' ) {
3
$title = 'Careers';
4
}
5
return $title;
6
}
7
add_filter( 'post_type_archive_title', 'awsm_jobs_custom_archive_title', 10, 2 );
Copied!
​
​How to Easily Add Custom Code to Your WordPress Websites​
Developers - Previous
Code Snippets
Next
Custom Application Status
Last modified 1yr ago
Copy link