Views is a WordPress plugin that lets you easily display content on your website's front-end in any way you choose.
Views User Guides include detailed documentation for creating lists of content, templates for content and archive page and also explain how to create parametric searches for any content type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 2,386 through 2,400 (of 2,708 total)
Problem:
The user has a term field to store an icon and he would like to display the icon next to the term in taxonomy archives.
Solution:
It turns out that icon field is actually a WYSIWYG field and will always be subject to filtering, which will add
tags which will make the term title appears on the following line. This requires using the arguments output="raw" and suppress_filters="true" on the types shortcode:
Problem: I have two custom fields that contain numeric values. I would like to use conditional shortcodes to display the first field value if it is not empty or '0'. If the first field value is empty or '0', I would like to display the second field value.
Solution: Use the following two conditional shortcodes to achieve this effect: