Views is a WordPress plugin that lets you display post relationships.
In our user guides, you can find more information on how to display child posts, related posts, brother pages, fields of parents and fields of grandparents.
When you ask for help or report issues, make sure to tell us the type of the relationship you are trying to build and the structure of your data.
Viewing 15 topics - 181 through 195 (of 292 total)
Need to customize the full page display of the custom post type. Specifically, I need to remove the sidebar and make the content full width.
Solution:
Toolset content template works only in post content area, you can follow WP document to create a theme file single-{post-type}php, and customize it, remove the sidebar.