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 - 1,321 through 1,335 (of 1,544 total)
I would like to aggregate all of the child posts that are published under the same parent posts where a user also has a child post... But users are able to create child posts under multiple parent posts. So, this view would need to show all of the child posts from each of the parent posts where they have also created child posts. Is this possible?
Problem:
The user would like to display results of a view, grouped by a custom field.
Solution:
This use case is not supported out of the box by Toolset. Because the view loops over a list of Posts, and you are trying to loop over a list(Inspirations) of lists(Posts). But, this can be achieved with some custom PHP code.
I have a custom post type and the content for it is created by different individual. I would like to create view or a content template that only shows their individual posts .
Solution:
You can setup a post view, filter by post's author is current logged-in user.