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 - 3,721 through 3,735 (of 3,844 total)
If I add a separator, for example " | " in the Repeating field block>Display settings>Separated by>Separator, it does add a separator but not between the custom fields (So, in my case, between the custom images for the documents) but at the end... How can I add a separator or space between them?
Problem:
How to display only posts who do not have related post assigned in many-to-many post relationship
Solution:
You can use the view's filter hook "wpv_filter_query" to change the view's query on fly to get only posts where many-to-many post relationship post does not have child.