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,931 through 3,945 (of 4,054 total)
Problem:
Can we create a list of Posts, which have RFG (Repeatable Field Groups) assigned to them?
Or, can we create lists of Parent posts to some RFG?
Problem: The wpv-post-title tag is showing the title of the page where the View is shown instead of the title of the post in the loop. The View includes a post ID filter using the shortcode attribute "ids".
Solution: Try adding the ID attribute to specify the title target.
Problem: I have set up a View in wp-admin to be ordered by a custom field value, but when I display the View on the front-end it's not sorted as expected.
Solution: Check the View shortcode to confirm there are no overriding settings. If any order or orderby settings are included in the View, remove them.
Problem: I have a table View that shows a list of posts. I'd like to include a date in the table header that indicates the most recent post date.
Solution: Create a View that shows the same results, but use post date descending order and set the limit to 1 result. In the Loop output, insert a post date shortcode. Place this View inside the table header of the existing View. Check "disable wrapping div around this view" to display the text inline.
I don't seem to be able to add existing media from within my Media Library to a View.
Solution:
It is designed to "limit what appears on the Media dialog to elements attached to the current object being edited", there isn't plan to change it in view, but it will be changed in Views content template.