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 type tag: custom taxonomy handling

The tag works with WordPress’s native taxonomy system:

Taxonomy Name: job_listing_type
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 Type (No Links):

Full Time

Multiple Types (No Links):

Full Time, Contract, Remote

Single Type (With Links):

<a href="https://example.com/job-type/full-time">Full Time</a>

Multiple Types (With Links):

<a href="https://example.com/job-type/full-time">Full Time</a>, <a href="https://example.com/job-type/contract">Contract</a>, <a href="https://example.com/job-type/remote">Remote</a>