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 company website dynamic tag meta key and return value

The tag uses two meta keys from the current job listing:

Website URL Meta Key: _company_website
Company Name Meta Key: _company_name (when using company name display)
Return Type: HTML anchor tag
URL Processing: Sanitized with esc_url()
Text Processing: Sanitized with esc_html()

HTML Output Examples

URL Display:
<a href="https://example.com" rel="nofollow" target="_blank">example.com</a>

Company Name Display:
<a href="https://example.com" rel="nofollow">Company Name <i class="fa fa-external-link"></i></a>

Custom Text Display:
<a href="https://example.com" rel="nofollow">Visit Our Website</a>