• I am trying to craft a wp_query that will pull both pages and posts, but display the pages first, then the posts. For the pages, I would like them ordered by DESC menu order… then after the last page, the posts should display ordered by the ASC publication date.

    Is there a way to do this without two separate queries?

The topic ‘wp_query order question: display pages then posts’ is closed to new replies.