Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello patsymac,

    Yes, it’s possible. For this, you have to understand Job Board code structure first and then customize its code.

    Thanks for using SJB. Let us know if you need any further assistance.

    Thanks & Regards,
    PressTigers

    Simply duplicate the job-filters.php file and rename it to home-job-filters.php

    include this in your hompeage using the following code
    <?php include('location/home-job-filters.php'); ?>

    Simply change the following code in the copied file to

    // Get Current Page Slug
            $slugs = sjb_get_slugs();
            $page_slug = $slugs[0];
            $slug = '/jobs';

    note that the slug to use is /jobs

    Hope this helps

    Hi PresseTigers i hope you give us the solution ?? i’am newbie

    Plugin Author PressTigers

    (@presstigers)

    samides

    @umarglobal is providing you a solution. If you are a newbie to programming then we strongly suggest you take help from a programmer or contact us at [email protected] to take our services.

    Thank you for using SJB & let us know if you need any further assistance.

    Thank & Regards,
    PressTigers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search on front page’ is closed to new replies.