Removing category ID’s from a selection list
Ok then time to move my response into an answer, because it seems you just want to exclude categories from the loop in the above code.. Assuming you’re alright to modify this file(a plugin update would overwrite it), then simply conditionalise your loop like so.. <?php $excluded = array( 1, 2, 3 ); foreach($categories as … Read more