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 - 886 through 896 (of 896 total)
Problem:
How to display posts belongs to specific post type using taxonomy archive page
Solution:
You should create a view to display the taxonomy terms and attach post type to taxonomy term URL and using pre_get_posts hook you should filter your posts on taxonomy archive as per the selected post type.