Viewing 7 replies - 1 through 7 (of 7 total)
  • I think you will find your happiness here
    https://wpjobmanager.com/document/shortcode-reference/

    categories – Comma separate slugs to limit the jobs to certain categories. This option overrides ‘show_categories’ if both are set.
    job_types – Comma separate slugs to limit the jobs to certain job types.

    Thread Starter blumbreras

    (@blumbreras)

    Hi,

    Yes, that is what I was looking for! Thanks!!
    Another thing…is it possible not to show the type of job in the main dashboard?

    Thanks!!

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Another thing…is it possible not to show the type of job in the main dashboard?

    What do you mean, exactly? Job Type does not appear on the Job Dashboard.

    Or do you mean in the wp-admin/edit.php?post_type=job_listing page in your WP-Admin? If so, you can probably do it but you’d have to edit the core plugin files to do so; I can’t provide support for doing that, sorry!

    Thread Starter blumbreras

    (@blumbreras)

    Hi Richard,

    Sorry, I haven explained fine.
    I mean the job type in the jobs page: https://demo.wpjobmanager.com/jobs/

    It’s the label “Fulltime”, “Freelance”, etc..

    I would like to know if it’s possible not to show it in the jobs page for the users.

    Thanks!

    You can hide them using CSS that you’ve added to your child theme’s style.css sheet or via the Customize -> Additional CSS field from the default WordPress admin menubar.

    Try adding this, for instance:

    .job_filters .job_types {display: none;}

    and/or (depending on what you want to hide), this:

    .meta .job-type {display: none!important;}

    See these two articles for more information on using CSS to modify elements of your site:

    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hastibe’s reply is correct. Marking this as resolved; if you need further help, you can mark as unresolved again, and let us know!

    Thread Starter blumbreras

    (@blumbreras)

    Hi,

    It works great!

    Thanks for the help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Job type’ is closed to new replies.