Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
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 - 871 through 885 (of 914 total)
Problem:
Detecting one or more taxonomy terms and display the content conditionally
Solution:
You can use the shortcode [wpv-post-taxonomy] to get the taxonomy term attached to your post and use the [wpv-conditional] shortcode to display the content conditionally.
Problem: I would like to create a design for Product single post pages but my template does not appear when I visit the Product post on the front-end of the site.
Solution: Be sure the Content Template you created for Products has been assigned to this Product post. Use the "change usage" feature to bind unbound Products in bulk if necessary.