Viewing 1 replies (of 1 total)
  • Plugin Author PressTigers

    (@presstigers)

    @nakulnarewal,

    Thanks for reaching us out.

    You can change the Archive page title by adding the following code snippet in your theme’s functions.php file.

    <?php
    function sjb_archive_title( $title ){
        $title = esc_html__( 'Job Board', 'simple-job-board');
        return $title;
    }
    add_filter('sjb_jobs_archive_title', 'sjb_archive_title');

    Thanks & Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Changing the tile from Job Archive to Current Openings’ is closed to new replies.