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 - 11,971 through 11,985 (of 12,078 total)
Problem:
A View searches for posts where the search term is passed as a shortcode attribute, and the value of that attribute is generated by the wpv-post-title shortcode. (The idea is to find posts with similar titles to the current post.)
It doesn't work where the current post title includes an apostrophe.
Solution:
This issue has been escalated and will be fixed in Views 2.7.
Filter the datetime field (for example i have a custom post type with a starting date) with an specific day of the week. I want to set a view to show events on monday, tuesday, wednesday, thursday and friday.
Solution:
There isn't such a built-in feature within Views plugin, But it is possible with some custom codes, for example:
Problem:
A View filter uses TODAY() for a date comparison, and it doesn't work because that generates a timestamp and the non-Types date field is stored in the mySQL format.
Solution:
If your custom field must be in a non-timestamp format then the solution is to use the wpv_filter_query hook to modify the query arguments so that they compare the dates in the same format.
2 Locate the custom post type for which you want to create the template and click on the Create Content Template button.
3 You will be taken to the Content Template editor. Click on the WPBakery Page Builder button to design the template
There is no option to use the WPBakery toolset?
Solution:
Toolset Layouts plugin is the Toolset version of a drag-and-drop design builder like WP Bakery, so WP Bakery isn't integrated there. In fact it's probably best to choose one or the other system and stick with it, either Layouts or WPBakery, to prevent conflicts. Disable the Toolset Layouts plugin if you intend to use WPBakery to build your Product page designs, or disable WPBakery if you intend to use Toolset Layouts.