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 - 2,041 through 2,055 (of 2,062 total)
Problem: I created a View in the Block Editor and I would like to order the results by distance.
Solution: This feature has not yet made it to the Block Editor experience but it is on the roadmap. Until then, you must use the Classic Views editor to create a View ordered by distance.
Problem: I would like to use hierarchical Pages to create parent and child Pages. On one child Page, I would like to show a View of sibling child Pages. On the parent Page, I would like to show a link to this child Page.
Solution: Blocks offers a hierarchical post parent filter that can respond to a URL parameter. The View portion of this problem could be solved in the Blocks editor alone without classic Views. However, to create the link to the child Page on the parent Page, you must use shortcodes to add this URL parameter to your child Page link on the parent Page, and use it to pass the current (parent) Page ID into the URL parameter. Then on the child Page, display a View of Pages filtered by parent post ID set by the URL parameter of your choice.