Get latest posts from multiple categories
2 choices here, you either need to set the category as an array e.g. $args = array( ‘posts_per_page’ => 5, ‘category’ => array(15,16,17,18,19) ); You can’t just add the numbers in a list but I can’t find any documentation that the category element allows multiples (as the name is category) The other option is to … Read more