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,796 through 3,810 (of 3,869 total)
Problem: I would like to create a grid of all the letters in the alphabet, and use those as filters for a custom search View. When you click a letter, the View should load posts filtered by a custom taxonomy term that corresponds the artist's name. The first letter of the artist name should be the same as the letter filter the User clicks.
Solution: WordPress does not allow searches by the first letter of a taxonomy term, so a workaround is required. In addition to applying the artist name as a taxonomy term, you must also apply a term from a separate custom taxonomy that represents the first letter of the artist's name. Your custom search View must filter by this taxonomy "letter" term. Create the grid of alphabetical letter filters using your own custom HTML, or use the built-in filter types to automate this filter list and use custom CSS to manipulate the styles for each filter.
Problem:
The user is using blocks to create views, he would like to delete the unused views.
Solution:
Currently, there is no way, to find out the block views that are no more used on a page, content template or post. The next version will include a way to view the unused block views.
In the meantime, you can search for these views on the database level, but you won't be able to edit them, you will only be able to delete them.