With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 1,381 through 1,395 (of 1,544 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.