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,