Código:
¿que estoy haciendo mal que hace que siempre me muestre el post completo del último título listado?<?php if(is_page('178')) {?> <div class="post"> <ol> <?php $c = single_cat_title("",false); $my_query = new WP_Query("category_name=$c&showposts=999&orderby=title&order=ASC"); while ($my_query->have_posts()) : $my_query->the_post(); ?> <li><a>" rel="bookmark" title="Enlace permanente hacia <?php the_title(); ?>"><?php the_title(); ?></a></li> <?php endwhile; ?> </ol> </div> <?php } ?>
gracias por todo.. este código lo arme leyendo diversos posts aquí
un saludo desde el Perú