With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 3,976 through 3,990 (of 4,069 total)
Problem: I would like to let Users create a Profile post with Forms. However, I would also like to prevent Users from creating more than one Profile post.
Solution: Use a View of Profile posts, filtered by post author, set by the current logged-in User. In the "No results found" area of the View, insert your Form to create Profile posts. In the results found section of the View editor, display an alternate message.
I am trying to "reorder" the position of the standard search view:
i need to position the map with all the markers first, then beneath the search form, and the results beneath the search form
Solution:
You can edit your post view, in section "Output Editor", change the shortcodes to:
[wpv-layout-meta-html]
[wpv-filter-meta-html]
Createa new view without the map render but keeping the map markers in the loop.
Then add the map shortcode placing and connecting the "map-id" of the marker with the id of the map.
Problem: I have a custom text field that is used to store the name of a country. I would like to display the flag of that country on the front-end of the site, instead of the text name of the country.
Solution: You can construct an image HTML tag using the Types field shortcode as a variable. For example, you can upload images like "Tanzania.jpg" and "Rwanda.jpg" to your server, then build the image tag like this: