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,161 through 2,175 (of 3,146 total)
Problem: I have a View of taxonomy terms that displays each term as a link in a grid of results. Google recommends increasing the space between each item so that it is more easily clickable on mobile devices. How can I increase the gap between rows in the View results?
Solution: Use CSS padding applied to a wrapper element around the taxonomy shortcode in the loop to increase the gap between rows.
<div class="tssupp-padding-top-bottom-8px">
Example content: [wpv-taxonomy-link]
</div>
Problem: I would like to create a View of taxonomy terms, but I cannot select a taxonomy in Content Selection.
Solution: The Blocks Editor does not yet support Views of taxonomy terms or Views of Users. Instead, you must use the legacy editor to build these Views and place them in the Block Editor using the wpv-view shortcode.