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 - 3,886 through 3,900 (of 4,028 total)
Problem: I have a custom search View that includes a distance filter and a "Use my location" button to determine distance from the User's location. It doesn't seem to be filtering correctly when I change the distance radius.
Solution:
It appears that the Query Filter and filter control had become out of sync somehow while editing the View. This can often be fixed by simply recreating the filter. Delete the distance filter control shortcode from Search and Pagination, and delete the distance Query Filter. Recreate the distance filter in the Search and Pagination editor area, and the corresponding Query Filter will be created automatically.
Problem:
Post data from related CPT constrained by shared Custom Taxonomy
Solution:
If you want to display the other posts using view filter by the taxonomy terms assigned to currently displayed post/page, You can always add taxonomy filter to your view and filter it by "Value set by the current page where this View is shown" option when you add taxonomy filter.
Problem: I would like to create a View that shows only those posts with empty excerpts.
Solution: It's not possible to filter by post_excerpt using WP_Query, so it will require custom PHP. Create a custom shortcode that returns a comma-separated list of post IDs, then feed that shortcode into the ids attribute of a View of posts filtered by Post ID in a shortcode attribute.
Problem: I would like to show custom User fields in a View. Some of these fields are coming from Gravity Forms, and I cannot find them in the GUI.
Solution: You can go to Toolset > Custom Fields > User Fields > User Field Control and manage these fields with Types, or you can use the wpv-user shortcode to display the field value.