Brasil
Fóruns
(@victorconde)
13 anos, 11 meses atrás
Eu clico na página 2 e vai pra página de erro. Segue o código:
<?php get_header();?>
<?php get_sidebar();?>
<div id=”category”>
<span class=”titulo”>“><?php the_title();?></span> <span class=”meta”> Postado em: <?php the_time(‘j M Y’);?> | Por: <?php the_author_posts_link();?> | <?php comments_popup_link(‘0 Comentário’,’1 Comentário’,’% Comentários’); ?> | <?php if(function_exists(‘the_views’)){the_views();}?> </span>
<p><?php the_excerpt_rereloaded(30, ”);?></p>
<?php endwhile; else:?> <?php endif;?>
<div class=”paginator”><?php wp_pagenavi(); ?></div><!–paginator–> </div><!–category–>
<?php get_footer();?>