• Resolved aidecms

    (@aidecms)


    Hello, I would know if it’s possible to get a different url when you search for a category / job function ?

    I created type of jobs : intership / full time…
    but when i Use filtrable job listing I would be redirected to a dedicated url eg. mydomain.com/type-job/

    thank you for your help

    https://wordpress.org/plugins/wp-job-manager/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Hello,

    It is possible, but out of the box full taxonomy support is disabled. This is because having archives for taxonomies and post types require that the theme supports it. For wider support, the [jobs] shortcode is contained to one page.

    If you are comfortable theming, go for it. Jobify have enabled the archives with their theme (see http://demo.astoundify.com/jobify-darker/job-type/part-time/ for an example).

    If you need an ‘easier’ solution, you can create pages (e.g. a page called part-time) and then use the shortcodes to output jobs of that type. Thats explained here: https://github.com/mikejolley/WP-Job-Manager/wiki/Shortcode-Reference

    E.g.:

    [jobs show_filters="false" job_types="full-time"]

    Would show only full time jobs, and wouldn’t show any filters.

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Get unique url for search results’ is closed to new replies.