Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 2,266 through 2,280 (of 2,302 total)
Problem:
A View contains a filter to only show related posts, but isn't working correctly.
Solution:
The filter being used was to show posts that are related to the post where this View is shown, but should have use show posts that are related to the current post in the Loop.
Problem:
On a WooCommerce shop page client wants to replace the add-to-cart button with a link to the individual product page.
Solution:
Remove the add-to-cart button from the template and replace it with a simple link you manually insert where the href is set from the url of the current post in the Loop:
Problem:
How to hide or remove specific taxonomy term from taxonomy terms attached to post
Solution:
You need to use custom javascript solution in order to remove or hide the specific taxonomy term attached to post while displaying singe post with attached taxonomy terms.
Problem:
When using Beaver Builder to design a Content Template, how can Types fields be used to dynamically populate the labels and content of a tabs module?
Solution:
You can insert shortcodes to output the Types fields much like you would if inserting them directly into a Views Content Template.
You can use the Fields and Views button in the content editor to generate the shortcodes and copy and paste them into the tab titles as required.