With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 1,396 through 1,410 (of 1,544 total)
I have a view on the page that is displaying users with the role Author as a Slider.
It is working successfully, but 2 authors (Abigale Foster & Quean Mo) show duplicate results even though they only have one user account. In comparing the authors with the duplicate results, I cannot see anything about there profiles that stand out as different.
Solution:
Since it is an user view, you can remove the content template shortcode [wpv-post-body view_template="loop-item-in-author-slider"], replace with the actual codes of the "Templates for View".
Everything is fine but I want to display specific Parent views set by specific parent term ID or anything convenient in this regard so that I can put them in page builder to generate views.
Solution:
We can pass a list of IDs, separated by comma(,) to the view if we configure a filter like shown on this screenshot http://prntscr.com/v12ke1
Then we can include the view like this:
[wpv-view name="my-taxonomy-view" terms="15"]
OR
[wpv-view name="my-taxonomy-view" terms="15, 27, 98"]