Meta Information:

New Plugin

Dynamic WP Job Manager
Tags for Elementor

Enhance your Elementor pages with dynamic WP Job Manager tags. This plugin enables seamless integration and stylish display of job tags directly in your Elementor layout. Perfect for job portals and career websites.

WPJM job category tag: custom taxonomy handling

The tag works with WordPress’s native taxonomy system:

Taxonomy Name: job_listing_category
Term Retrieval: Uses wp_get_post_terms()
Link Generation: Uses get_term_link()
HTML Processing: Sanitized with wp_kses() for linked output

HTML Output Examples

Single Category (No Links):

Development

Multiple Categories (No Links):

Development, Web Design, Programming

Single Category (With Links):

<a href="https://example.com/job-category/development">Development</a>

Multiple Categories (With Links):

<a href="https://example.com/job-category/development">Development</a>, <a href="https://example.com/job-category/web-design">Web Design</a>, <a href="https://example.com/job-category/programming">Programming</a>

Empty Categories:

[empty output - nothing will be displayed]

When no categories are assigned to the job listing, the tag will not output anything. We advise to hide the widget when job_category is empty via the display condition options in Elementor Pro, under the advanced tab of the widget.