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,126 through 1,140 (of 1,536 total)
Problem: I have a checkboxes group custom field created in Types. I would like to use this checkboxes group as a filter in a custom search View, but I would like to use custom text for each option instead of the text shown in the custom checkboxes group field settings for each option.
Solution: Use the wpv-control-postmeta shortcode to create a custom filter with custom text for each option.
Problem:
The user was having a post duplicated in two pages of the same view.
Solution:
The issue was not on the WordPress or Toolset Views sides, but rather on how MySQL tries to order and paginate multiple posts by date, where these posts have the same date (2020-05-02 00:00:00)
The solution should be to add a secondary sorting field (e.g. the post title) so that there is something to distinguish between the posts according to the ordering rules. Or edit the post_date of those posts and make sure each one has a unique date. http://prntscr.com/z7yjis