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,086 through 2,100 (of 3,146 total)
Problem: On my Map View, I would like to display different marker icons depending on whether or not the post has a specific term from a custom taxonomy.
Solution: Use map marker shortcodes and conditional shortcodes with the has_term function to display different markers based on the has_term function.
Problem:
The user would like to disable the title that appears when we hover on a map marker.
Solution:
If we don't set a title for the marker, it will take the post's title by default. There is no way from the user interface to disable this feature. But we can remove the title using custom Javascript code, such as: