Elementor Custom Skin Pro
Dynamic Everywhere
Use custom fields and dynamic content in every widget
Elementor Custom Skin Pro
Use custom fields and dynamic content in every widget
Every keyword that looks like this: {{keyword}} (with double curly brackets) would be replaced with the actual value from $wp_query or $post objects and custom fields
Here are some keywords that are commonly used in templates:
{{post_name}} | string | The post’s slug |
{{permalink}} | string | The post’s permalink |
{{post_title}} | string | The title of the post |
{{post_date}} | string | Format: 0000-00-00 00:00:00 |
{{post_date_gmt}} | string | Format: 0000-00-00 00:00:00 |
{{post_excerpt}} | string | User-defined post excerpt |
{{pagename}} | string | Page name |
{{day}} | string | Day |
{{minute}} | string | Minute |
{{monthnum}} | string | Month format : 00 |
{{s}} | string | Searched word |
{{search}} | string | Search |
{{year}} | string | Year |
{{category_name}} | string | Category name |
See more vars here:
For custom fields just put the slug of the custom field inside double curly brackets: {{custom_field_slug}} .
Make a child theme of the Eletheme and add this to your function.php:
add_filter( 'ecs_vars', function ( $custom_vars ) { $custom_vars['current-year']=date('Y'); return $custom_vars; });
The above example gives you the {{current-year}} with the value of date(‘Y’) which is the current year in YYYY format.
Woo comerce keywords:
For product templates you can add {{_price}} for the price and {{pa_attribute}} replace the “attribute” with the name of the attribuite.
Loop contains one item in the Price Loop Widget and the price cannot be set to dynamic. So we set in the price field: ${{price}}
Using {{index}} dynamic keyword to enumerate the list. The value is put in background with z-index:0, and margin-bottom:-250px;
Check the links below to see some examples of the features of ECS Pro
Change the way you want your grid to look like. Choose between Post Slider, Masonry, Same height