• Resolved outboxin

    (@outboxin)


    Hi. I have added a custom taxonomy to the job listings and I would now like to have a page display only the listings that are using this taxonomy. For example, the taxonomy is “Other Features” and the Feature is “call for entry”. I then want the call for entry page to display a list of openings that have “call for entry” selected in the custom taxonomy.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Jen H. (a11n)

    (@jennywp)

    Hi @outboxin,

    Assistance with implementing or troubleshooting customizations is outside of the scope of the support that we offer, per our Support Policy:

    https://wpjobmanager.com/support-policy/.

    If you need it, you can search for development help in a variety of places — here are a few to start:

    http://jobs.wordpress.net/
    https://jetpack.pro/
    https://codeable.io/?ref=l1TwZ

    I’ll leave this open for a few days in case there’s someone else in the community who would like to chime in and lend a hand.

    Best of luck.

    Thread Starter outboxin

    (@outboxin)

    Thanks for your reply. Perhaps you can point me to where the shortcode is built that allows you to add the job_category to the shortcode and I can implement adding in the new taxonomy?

    Plugin Contributor Jen H. (a11n)

    (@jennywp)

    Hi @outboxin,

    Once you’ve registered the custom taxonomy:

    For the [jobs] shortcode, assuming you’re are using the filter form:

    – Override the job filter form template (job_manager/job-filters.php)
    – Hook into the job_manager_get_listings_args filter (from includes/class-wp-job-manager-ajax.php) to add it to what is passed to get_job_listings().
    – Hook into job_manager_get_listings to modify the WP_Query args used to query the job and be aware of the taxonomy.

    If you want it on the submission form, you’ll also need to add a field using the submit_job_form_fields filter. See includes/forms/class-wp-job-manager-form-submit-job.php for an example of adding a field of type term-select or term-multiselect.

    Best of luck!

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Custom Taxonomy’ is closed to new replies.