1
I have the following problem.. I have two different taxonomies "Category" standards that are for example: culture, sport, politics. And a custom taxonomy that is "cat_specials" e.g. "infographics, profile, big story." , and I have a taxonomy-cat_especiais.php file that accesses the posts that have marked some of these special categories.. So far no problem there.
Now the question: If I want to access the posts that have either "Category" or a "cat_special" marked there is any file that supports the standard Wordpress loop? I do, without needing to create a page with a query passing arguments. Just making the
if(have_posts()): while(have_posts()): the_post();