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 - 12,376 through 12,390 (of 12,400 total)
The issue here is that user had a RFG view that would display the images of a Repeatable field group. However the user only wanted this view to display 1 item.
Solution:
This can be done by using the limit attribute for the view. Example.
[wpv-view name="available-space-image-gallery" limit="1"]
Problem:
How to output Yoast SEO meta titles on the page?
Solution:
Yoast stores the meta titles as hidden custom fields, e.g. _yoast_wpseo_title, possibly _yoast_wpseo_opengraph-title, which can be output using the wpv-post-field shortcode like so:
Problem: I am using a View of a repeating field group (RFG) to create an image gallery. When I drag-and-drop to reorder the rows of the RFG, the image order is not changing in the View.
Solution: Make sure that the option "Field - toolset-post-sortorder" is selected in the "Order by" options.