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 11 topics - 781 through 791 (of 791 total)
Problem:
How to navigate WooCommerce products by first showing the parent product categories which then link to a page which shows the sub-categories and matching products, going as many levels deep as there are levels of sub-categories.
Solution:
You first need an initial taxonomy View to display only the top level product categories as links to their respective archives. (It will include a Query Filter for parent product category is none, meaning only the top-level categories are returned.)
You then create a custom product categories archive to display products for that category.
At the top of that custom archive you insert another View, much like the first, but this time to display the child product category links, achieved using a Query Filter where the taxonomy parent is set by the current archive page.