Cita:
Iniciado por metacortex Otra forma de hacerlo es usando la función continue:
Código PHP:
Ver original<?php if ( have_posts() ) : while ( have_posts() ) : the_post();
if( in_category
(array(2,3,4,5)) ) continue; ?> ...
Hola metacortex.
Gracias por tu respuesta pero en verdad no entiendo a que te refieres?
Saludos.-