Layouts is a WordPress plugin that lets you design responsive layouts for entire pages, from the header down to the footer.
Layouts User Guides include detailed documentation on how Layouts editor works and how you can create Layouts and assign them to specific content, or as templates for all items of a post type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 1,666 through 1,680 (of 1,740 total)
Problem:
How to display parent post custom fields on child post
Solution:
You can display parent post custom fields on child posts using [types] shortcode.
For example:
[types field="xxxx" id="$yyyy"][/types]
Where:
xxxx is the field name of the parent you want to show, and yyyy is the slug-name of the parent. The “$” is required, as this represents a variable where the parent post name will be replaced by the post ID, internally.