Respuesta a: [HELP!] Entradas y categorías
Inicio › Foros › WordPress › Themes y Diseño › [HELP!] Entradas y categorías › Respuesta a: [HELP!] Entradas y categorías
27 de mayo de 2013 a las 20:58 #69870
Perdón, las prisas… 😉
<?php while ( have_posts() ) : the_post(); ?>
<?php if( !in_category( ‘nombre-categoria-a-excluir’ ) ) { ?>
<?php get_template_part( ‘content’, ‘home’ ); ?>
<?php } ?>
<?php endwhile; ?>