• Resolved Euan01

    (@euan01)


    Why is this page showing “Jobs Archive” as the title? And why isn’t my header displaying, like on all the other pages of my website? I am using Divi theme and have a header block which is not displaying at all.

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

Viewing 1 replies (of 1 total)
  • Hi @euan01,

    Thanks for writing to us.

    This is the general job listing page of the Simple Job Board plugin.

    However in order to rename or remove the job archive please add the following code in your activated theme’s functions.php file & change “Write your Title Here” with your own title or leave it blank if you want to remove it.

    function sjb_archive_title( $title ) {
         $title = esc_html__( ' Write your Custom Title Here', 'simple-job-board');
         return $title;
    }
    
    add_filter( 'sjb_jobs_archive_title', 'sjb_archive_title' );

    We would suggest you create a new page with your desired title and add the shortcode [jobpost] to list jobs.

    However, we have checked the header on the jobs listing page and it is displaying according to others. If we are getting it wrong can you please share a screenshot or screencast with us so we can analyze it in a more precise way?

    Feel free to reach out for further assistance.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Jobs Archive’ is closed to new replies.