Elementor Custom Skin Pro

Dynamic Everywhere​

Use custom fields and dynamic content in every widget

{{ }}

How to use keywords

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 Object:

{{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
Se more Values here: https://codex.wordpress.org/Class_Reference/WP_Post

Query vars:

{{pagename}}stringPage name
{{day}}stringDay
{{minute}}stringMinute
{{monthnum}}stringMonth format : 00
{{s}}stringSearched word
{{search}}stringSearch
{{year}}stringYear
{{category_name}}stringCategory name

See more vars here:

https://codex.wordpress.org/WordPress_Query_Vars

Custom fields:

For custom fields just put the slug of the custom field inside double curly brackets: {{custom_field_slug}} .

Add custom keywords to the eletheme

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.

Second Example

Using {{index}} dynamic keyword to enumerate the list. The value is put in background with z-index:0, and margin-bottom:-250px;

1

Labore qui consequatur est aut aliquid at

Maxime consequatur quas est pariatur dolorem nobis error architecto rerum maxime eaque corrupti non ut et ex cupiditate sint debitis dolorem et quia aut

2

Impedit et ut eveniet

Voluptatum quasi accusantium sint incidunt dolores Repudiandae vel quaerat enim quasi quidem eaque deserunt Voluptatem qui Dolore et quo voluptate natus quam veritatis Et

3

Ipsa quo saepe dolorum quo aut

Autem iusto velit modi eligendi quaerat eius perferendis reiciendis adipisci dolorem inventore asperiores exercitationem illum aut sit pariatur et soluta odio est dolores cupiditate

4

Voluptas vel natus minima ut reprehenderit

Voluptatibus dolorem vitae possimus est odit iure et autem reprehenderit quis dignissimos illo non ducimus provident officiis omnis magnam occaecati accusantium ut non asperiores

5

Eligendi placeat veritatis sunt

Et veritatis rerum et harum at dicta doloremque aut officia delectus est consequatur aut veniam magni sunt eum voluptas debitis quia velit voluptas nihil

6

Magnam doloribus provident modi fuga quo facere

Qui rerum voluptatem et corrupti facilis. Sit debitis veniam sunt dolore maiores laboriosam. Blanditiis voluptas saepe maiores nihil minus Assumenda Atque animi non in

See other Pro Features

Check the links below to see some examples of the features of ECS Pro

Display Mode

Change the way you want your grid to look like. Choose between Post Slider, Masonry, Same height

Alternating Templates

No more boring grid display. The posibilities are endless.

{{ }}

Dynamic Everywhere

Use custom fields and dynamic content in every widget