• Resolved tgpweb

    (@tgpweb)


    Is there a way to change the “Archives: Job Openings” text to just say “Job Openings” or removal it all together?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tgpweb

    (@tgpweb)

    Nevermind, I got it working.

    Hello Tgpweb,

    I have the same issue.
    Can you tell me the solution?

    Plugin Contributor Anantajit JG

    (@anantajitjg)

    Hi,
    Please go to your theme(we recommend child theme) functions.php file and paste this code.

    function awsm_jobs_archive_title() {
    	printf('<h1 class="page-title awsm-jobs-archive-title">%s</h1>', 'Your title' );
    }

    You can customize it according to your needs.

    To fully customize the archive template; Go to your current theme folder(we recommend child theme) and create a folder named wp-job-openings. After that, copy the archive-job.php template from WP Job Openings plugin: wp-job-openings/inc/templates/archive-job.php. Then, paste it there. After that, you can start customizing the template.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page title removal or edit’ is closed to new replies.