• Resolved mollyhill

    (@mollyhill)


    Hi,

    I’m just wanting some help with formatting the search functionality of the Jobs Board. I want to remove the option of selecting from ‘full-time’ ‘part-time’ etc – are you able to help me with this?

    Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @mollyhill !

    If you don’t need job types, you can delete them from the WP-Admin and they won’t show up at the frontend. Would that work for you?

    Thread Starter mollyhill

    (@mollyhill)

    Hi,

    preferably i’d like to still have it say full-time, part-time etc when viewing individual job listings – is there a way to remove it from the job search but still have it on individual jobs? ??

    Thanks!
    Molly

    @mollyhill

    yes, you can disable them via shortcode
    [jobs show_filters=”false”]

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    @mollyhill

    The [jobs show_filters=”false”] will remove all of the filters including the search box, categories, and tags.

    If you don’t want that, you could use CSS to hide the job types from the job listings page. Adding this to the customizer should do it:

    
    .job_types {
        display: none;
    }
    
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP Job Manager’ is closed to new replies.