Código:
GRACIAS!!! <?php get_header(); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="tittle_cont"> <div style="padding:5px 10px 5px "> <h1><img src="<?php bloginfo('stylesheet_directory'); ?>/images/star.gif" style="margin-right:10px " class="abs" alt=""/> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a> </h1> </div> </div> <div style="padding:0px 25px 5px 83px "> <?php the_content('Seguir leyendo... »'); ?> </div> <div class="comments"> <div style="padding:5px 0px 0 20px " align="right"> <a href="<?php comments_link(); ?>">Leer comentarios (<?php comments_number('0', '1', '%', 'number'); ?>)</a> </div> </div> <div style="padding:0px 25px 5px 83px "> <?php comments_template(); ?> </div> <?php endwhile; ?> <p align="center"><?php next_posts_link('« Entradas Anteriores') ?> <?php previous_posts_link('Entradas Siguientes »') ?></p> <?php else : ?> <div style="padding:0px 25px 5px 83px "> <h2 class="center">No Encontrado!</h2> <p class="center">Lo que buscas no se encuentra...</p> <?php include (TEMPLATEPATH . "/searchform.php"); ?> </div> <?php endif; ?> </div> <?php get_sidebar(); ?> </div> </div> </div> <?php get_footer(); ?> </div> </div> </div> </body> </html>