Display job types from your job listings dynamically in Elementor templates. This tag works with WordPress’s built-in taxonomy system, specifically the ‘job_listing_type’ taxonomy that WP Job Manager registers but hides from standard Elementor taxonomy selections.
Usage
- Open the Elementor editor
- Add any text-based widget (Heading, Text Editor, etc.)
- Click the Dynamic Tags icon (database symbol)
- Select “Job Type” from the WP Job Manager group
- Choose whether job types should be displayed as links
Important Note for Developers
While ‘job_listing_type’ is a standard WordPress taxonomy, WP Job Manager intentionally hides it from Elementor’s standard taxonomy widgets and controls. This dynamic tag provides direct access to these job types, allowing you to display them in your templates without workarounds.
Features
Available Options
- Show Links: Simple toggle between linked and plain text job types
Output Handling
- Multiple Types: Automatically handles multiple type assignments
- Safe HTML: Properly escaped links and type names
Backend Fields
The tag works with WordPress’s taxonomy system:
- Taxonomy Name:
job_listing_type
- Post Type:
job_listing
- Term Relationship: Many-to-many (multiple types per job)
Common Use Cases
- Employment type indicators
- Job type filters
- Job listing headers
- Archive page sorting
- Related jobs by type
Best Practices
- Use consistent job type naming across listings
- Consider whether types should be clickable
- Keep your job type list manageable
- Use types for meaningful employment classification
Need Help?
If you’re experiencing issues not covered here:
- Check if job types are properly set up in WP Job Manager
- Verify your type assignments
- Test both linked and unlinked displays
- Contact support with specific examples