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,561 through 1,575 (of 2,104 total)
Problem:
The user would like to extract the latitude and longitude from a Toolset Address field and store them as custom fields.
Solution:
This will need custom code. Hooked to the cred_save_data for Toolset forms, or the save_post for the admin screens. You can use the format argument in the types_render_field function or the types shortcode. Read more about it here https://toolset.com/documentation/customizing-sites-using-php/functions/#address
Problem:
The user has a custom taxonomy that has months as terms. Inside a view's taxonomy filter, he would like to display them in months order and spread them in two columns
Solution:
Toolset does not offer a way to sort taxonomy terms in a filter. Use a third-party plugin to enforce your custom taxonomy order. Examples:
Problem: I created two CPTs: Events and Profiles. I have a View of Events displayed in the template for Profile posts, and I would like to only display Events where the title of the current Post can be found in the "notes" WYSIWYG field on the Event post.
Solution: Configure the notes custom field Query Filter to use a shortcode attribute and pass the current Profile post title into that shortcode attribute like so: