display all posts from category with and without terms in chronological order
In the end I was thinking too complicated. Instead of having two tax_query arrays inside a single category why not just take the single category for starters and then filter out the posts that have terms with the use of conditionals. It now looks like this and works. <?php $args = array( ‘post_type’ => ‘post’, … Read more