Views is a WordPress plugin that lets you easily customize the standard WordPress listing pages using WordPress archives. You can redesign any WordPress archive, including custom post archives, taxonomy archives, author archives and search results.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 556 through 570 (of 593 total)
Problem: I would like to allow Users to filter a WordPress Archive by post type, but the code sample I've seen in another ticket doesn't seem to be working for me.
Solution: The wpv_filter_query filter is only designed for use with Views, not with WordPress Archives. To apply a similar filter in a WordPress Archive location, you would have to recreate the WordPress Archive using a View. Then apply the wpv_filter_query filter to the View.