Ver original<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); if( in_category(array(2,3,4,5)) ) continue; ?>...