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 - 1,711 through 1,725 (of 3,129 total)
Problem: I have two address fields, one in a parent post type and one in a child post type. When a new child post is created, I would like to calculate the distance between the two addresses and save that distance in another custom field in the child post type.
Solution: You can use the cred_submit_complete hook to trigger custom code with the shortcode toolset-maps-distance-value to calculate the distance between two addresses. Use the update_post_meta function to store that distance in another custom field.
Problem: After updating Toolset plugins, some Views are not filtered as expected. I am displaying only the results of these Views. In the past, the Views were filtered by taxonomy term using a Query Filter, but I am unable to modify the taxonomy Query Filters now. I see a message that these filters are controlled by front-end search, but I do not display any filters in these Views.
Solution: In this case, it seems that the Views were created with front-end search filters but those filters are not displayed on the front-end of the site. Those front-end filters should be removed first. Edit the Views and delete any taxonomy filter codes from the Search and Pagination panel. That will restore your ability to modify the taxonomy Query Filters, and you should then be able to select a specific term to use for filtering each View.