tyring to combine two wordpress queries into one.

You shouldn’t combine the queries, just the results. So query for each post type with their respected args, and merge the resulting arrays.

If you want to sort them by date, you can try something like: https://gist.github.com/jcobb/2993853

Leave a Comment