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.
Problem:
The customer was using a many-to-many relationship and wanted to show related posts, filtered by one of the custom fields from the intermediary post.
Solution:
Guided how to add a custom field query filter to the view's setting.
Problem:
The customer asked how to include checks and filters to see whether some different types of post-relationships and custom taxonomies are set with a post or not.
Solution:
Guided to use select type (yes/no) custom field for each of the post-relationship and custom taxonomy to track the assignment and keep their values up-to-date, whenever a post is created/edited.
A user reported that the "cred-delete-relationship" shortcode is not working inside one of the views.
Solution:
Guided that, in the "cred-delete-relationship" shortcode, the "role_items" attribute works in a view where a relationship filter is being used.
Since the view in question is not using any relationship filter, you'll need to replace the "role_items" attribute with the "related_item_one" and "related_item_two" attributes.