Getting the metadata descriptions of a page via macro expression

If you have defined the descriptions to pages and if any page inherits page descriptions form its parent, the macro would return null. Pleas use following macros instead:
{% DocumentContext.CurrentDescription %}
If you have defined the descriptions to pages and if any page not inherits page descriptions form its parent. Pleas use following macros instead:
{% CurrentDocument.DocumentPageDescription %}

Comments

Popular posts from this blog

Set limit wp_nav_menu

JavaScript calculate percentage when user scroll web page

Calculate percentage of a specific element has been scrolled into visible on the screen