Skip to content
Home » Documentation »

Meta Information:

  • Plugin: Dynamic WPJM Tags for Elementor
  • Type: Developer Notes
  • Feature: Company Logo

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.
Download on Wordpress.org

WPJM company logo: image source for dynamic tag

The WPJM_Company_Logo_Tag class extends Elementor’s Dynamic Tag system to provide company logos as an image source. It returns an array containing the logo’s attachment ID and URL when successful.

While it may first seem that the image for the custom post type job_listing ist company_logo, WPJM actually uses the wordpress core post image meta keys. As such, you could in this instance just use the standard post image widget from Elementor to display the company logo in a single template for example. I decided to add this anyways to the dynamic tags in this plugin to prevent confusion for most users and thus save time in support.

Return Value

[
    'id'  => $logo_id,  // WordPress attachment ID
    'url' => $url       // Full URL to the logo
]
  • Imprint
  • Privacy Policy