Layouts plugin allows you to design and customize the front-end display of your website. You can design entire pages, including header, footer, menus, content and all other elements.
When you ask for help or report issues, make sure to tell us the design that you want to achieve and the layouts that you have created so far.
Viewing 15 topics - 856 through 870 (of 913 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.