Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 856 through 870 (of 912 total)
Problem:
The user has assigned a content template to a custom post, but the content does not get assigned to new posts.
Solution:
The content template was assigned to the post types archives instead of the post types. So, it will be used to display these posts on the archive pages if no archive template is used. Check this screenshot http://prntscr.com/ubzpos
You will need to assign it to the single pages instead of the archives.
Solution:
Content Templates modify the content when called from the WordPress’ built-in the_content function. Some themes do not use the_content function, but define their own function. In this case, Content Templates are not applied to selected posts on the front-end.
Problem:
The user wants to add breadcrumbs into a Toolset content template.
Solution:
This is out of the scope of Toolset plugins. Check the following articles, they explain how to put a breadcrumbs menu inside a post with a shortcode. A content template is, actually, a custom post, so the same technique can be used on it too. These examples also show how to use custom PHP code to add the breadcrumbs to the default WordPress template, that may help too.
Problem:
Display Custom Media Field(Multi. instances) in a Specific Format with View to integrate lightslider
Solution:
When using the view to display the repeating field. To loop through the repeating field, you will require to use the shortcode [wpv-for-each].