Loop con filtro por categorias
-
<?php
$my_query = new WP_Query(‘category_name=actualidad&showpost=
1′);
while($my_query->have_posts()):$my_query->the_post();$do_not_
duplicate = $post->ID;?>
<?php
if(has_post_tumbnail())
{
//miniatura incertada
the_post_tumbnail(‘tumbnail’,’class=miniatura_noticia’);
}
;?>
<?php the_the_exerpt();?>
<p class=»destacado»>Escrito por <?php the_author(); ?> /
<?php the_category(‘, ‘); ?> / <?php the_time(‘F jS, Y’) ?>
«>LEER MAS ++
<?php endwhile; ?>este es el que uso yo
- El debate ‘Loop con filtro por categorias’ está cerrado a nuevas respuestas.