Paginação não está funcionando

7 views
Skip to first unread message

Taynara Jaegger da Silva

unread,
Dec 8, 2020, 8:04:28 PM12/8/20
to wordpres...@googlegroups.com
Eu fiz uma paginação na página principal do Blog, porem quando clico na página 2, até muda a url, mas não mudam os posts e mais nada na página.

O código é este:

<?php query_posts ('showposts=9'); if(have_posts()) : ?>
    <?php while ( have_posts() ) : the_post(); ?>
        <div class="col-xl-4 col-lg-4 col-md-12 col-sm-12 post-featured">
            <div class="image-featured">
<a class="link-img" href="
<?php the_permalink(); ?>">
<?php the_post_thumbnail('full'); ?>
</a>
<div class="tag-category">
<?php the_category( ', ' ); ?>
</div>
</div>
<a href="
<?php the_permalink(); ?>">
<h3>
<?php the_title(); ?>
</h3>
<p>
<?php the_excerpt(); ?>
</p>
</a>
        </div>
    <?php endwhile; endif;?>
</div>
<div class="pagination-number">
    <?php
    echo paginate_links( array(
        'end_size'     => 2,
        'mid_size'     => 1,
        'prev_text'    => sprintf( '<i></i> %1$s', __( '&#8606;', 'text-domain' ) ),
        'next_text'    => sprintf( '%1$s <i></i>', __( '&#8608;', 'text-domain' ) ),
    ) );
    ?>
</div>

alguem pode me ajudar?

--


Taynara Jaegger da Silva
Analista de Interfaces

Especialista em Arquitetura da Informação - PUC

tayn...@gmail.com
21-982496927
Reply all
Reply to author
Forward
0 new messages