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 - 496 through 510 (of 522 total)
Problem: After updating Views some of our WordPress Archives for hierarchical taxonomies display recent post content instead of the archives we expect. We are using Elementor, and downgrading to earlier versions of Views will resolve the problem.
Solution: Update to the latest version of Views to receive the fix for this issue.
Problem: I would like to use an image stored in a taxonomy field as the background for an element in my taxonomy term archive. I would also like some help formatting the taxonomy archive title and displaying the taxonomy description with a shortcode.
Solution:
Use the Types termmeta shortcode with raw output to insert the image using inline CSS. Example:
Use the wpv-taxonomy-title shortcode to display the term alone without "Categorie:" in the archive title.
Use the wpv-taxonomy-description shortcode to display the term description.
Note that you must update to the latest version of Views to get the fix for some bugs in the wpv-taxonomy-title and wpv-taxonomy-description shortcodes.