Views is a WordPress plugin that lets you display post relationships.
In our user guides, you can find more information on how to display child posts, related posts, brother pages, fields of parents and fields of grandparents.
When you ask for help or report issues, make sure to tell us the type of the relationship you are trying to build and the structure of your data.
Viewing 15 topics - 196 through 210 (of 293 total)
Problem:
The user was unable to display a parent post title in the frontend.
Solution:
The user most probably did not choose the correct relationship in the popup window, that's why he was getting only "$parent" in the item attribute. The popup should return "@{relationship-slug}.parent".
Problem: I would like to sort a View of posts based on the value of a custom field applied to one of the post's relationships (intermediary post).
Solution: A View can only be sorted by fields applied to the post type being queried by the View. If you want to sort on a field in an intermediary post type, the View must query only that intermediary post type. If you want to display information from other posts in the View's results, you can use the Types field settings to choose a related post.