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 - 241 through 255 (of 387 total)
Problem:
The user is using the same archive template for the custom post type and certain taxonomies. He uses two views he would like to use inside of the archive template and display one of them for post type archive page and the other for the taxonomy archive pages.
Solution:
This can be implemented using the Conditional block, but you will need to create, and register, a custom function to be used inside the conditional block. Check the article below
The function can use WordPress core functions to check if the current page is the post type archive or the taxonomy archive.
The issue here is that the user is unable to edit their Archive with the block editor.
Solution:
This will occur if you have a plugin that is force activating the Classic editor. Usually other page builders such as Divi will set the default editor to the classic one.
However if you're unsure which plugin is causing the issue then I would recommend temporarily disabling all the non-toolset plugins and trying again.