Views is a WordPress plugin that lets you easily display content on your website's front-end in any way you choose.
Views User Guides include detailed documentation for creating lists of content, templates for content and archive page and also explain how to create parametric searches for any content 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 - 2,746 through 2,760 (of 3,158 total)
Problem:
The user would like to display fields in a repeatable field group of a related post.
Solution:
Repeatable groups need to be displayed using a view. And because you want to display the repeatable group from a related post you will need to create a content template too. The content template will be used to switch the context from the current post(bonus) to the related post(casino), and the view needs to be inserted inside this content template and hold a query filter on the relationship of the repeatable group. Does it make sense?
You will be able to display the content template by using the item attribute the same way it is used when you want to display a regular custom field.
Problem:
The user would like to build a theme template and include the Types field on it.
Solution:
Toolset does not act or allow to modify theme's templates. Toolset acts only on the return of the the_content() function.
We can create a Toolset Content Template for your custom post types or for specific posts. But the resulting HTML will only replace the_content() function from the theme's template.
Relevant Documentation:
For more information on how to customize Toolset based website using PHP, check the articles on this documentation page.