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,026 through 2,040 (of 2,043 total)
Sort view's result by taxonomy or fields of parent post type.
Solution:
Toolset Views is using WordPress Class WP_Query to query posts in database.
You can only order the results by some post fields, you can not order the result by taxonomy.
You can only order the results by post fields of current post type you are querying, it is not possible to order the result by post fields of other post types(parent post type or grandparent post post type)