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 - 766 through 780 (of 907 total)
Problem: I have a group of nested Views that is not displaying content after updating to Views 3.3.2. In Views 3.2.2.1, I am able to see the content I expect to see.
Solution: In this case, a Content Template shortcode nested in one of the Views did not use an explicit view_template attribute, and the newer version of Views is not able to infer which template to apply here. An update to the shortcode solves the problem.
Problem:
The user would like to filter a map by zipcode.
Solution:
Maps cannot be filtered by zipcodes, they can only be filtered by distance.
To be able to filter by zipcode, add a custom field for zipcode, and filter with it.