Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

alysson122010

Paginação numerada não aparece

Recommended Posts

Gente eu tenho um site no wordpress.
Estalei um theme editei todo ele.
Eu estralei o plugin de paginação numerada e depois coloquei o codigo que se pede nesse site
http://www.dicastuto...-wordpress.html

Depois de ativar o [/size]plugin, vá no menu Aparência > Editor > Index.php . Pressione CTRL + F para pesquisar na página o código [/size]<?php endwhile; ?> . Logo após o código, cole isto: [/size]<?php if(function_exists(wp_pagenavi)) { wp_pagenavi(); } ?></div> e salve a alteração. Se você não encontrar o código em Index.php procure em loop.php ou functions.php .[/size]

Mais não aparece a paginação numerada só aparece a do proprio theme.

oque faço?

Compartilhar este post


Link para o post
Compartilhar em outros sites
De vermelho ta a paginação




<?php get_header(); ?>


<!-- Content -->
<div id="content">
</center>
<br /><br />
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!-- Post -->
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-title">
<div class="post-date">
<span><?php the_time('d') ?></span>
<?php the_time('M') ?>
</div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
Posted by: <?php the_author() ?>  /  Category: <?php the_category(', ') ?>
</div>
<div class="post-entry">
<?php the_content('Read more...'); ?>
</div>
<div class="post-info">
<?php comments_popup_link('Comments (0)', 'Comment (1)', 'Comments (%)'); ?>  /  <a href="<?php the_permalink() ?>#respond">Add Comment</a>
</div>
</div>
<div class="clear"></div>
<!-- /Post -->
<?php endwhile; ?>
<!-- Navigation -->
<div class="navigation">
<div class="navigation-previous"><?php next_posts_link('« Previous Entries') ?></div>
<div class="navigation-next"><?php previous_posts_link('Next Entries »') ?></div>
</div>
<!-- /Navigation -->
<?php else : ?>


<!-- Post -->
<div class="post">
<div class="post-title">
<h2>Not Found</h2>
</div>
<div class="post-entry">
<p><b>Sorry, but you are looking for something that isn't here.</b></p>
</div>
</div>
<!-- /Post -->
<?php endif; ?>


<div class="clear"></div>


</div>
<!-- /Content -->


<?php get_sidebar(); ?>
<?php get_footer(); ?>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.