• Resolved anjocriando2014

    (@anjocriando2014)


    Gostaria de saber se preciso instalar o plugin wp pagenavi ou ele já faz parte do tema virtue. Já instalei, não funciona, eu quero paginar em no máximo 8 posts por página. O que faço?

Viewing 8 replies - 1 through 8 (of 8 total)
  • You don’t need pagenavi it’s built in, as for how many posts per page you need to edit the blog page settings, or you wordpress settings, depending on how you set up your site.

    http://www.kadencethemes.com/creating-a-blog-page-with-virtue/

    Kadence Themes

    Thread Starter anjocriando2014

    (@anjocriando2014)

    Já configurei no theme options para 6 posts por página mas não aparece a opção de ir para outras páginas, tendo em vista que tenho 10 posts. Alterei também no editor alguns detalhes mas sem sucesso.

    did you set your blog page to be the latest posts page in the reading settings or wordpress. If so undo that.

    Kadence Themes

    Thread Starter anjocriando2014

    (@anjocriando2014)

    Olá, não deu certo. Aparece só em categorias. Quero que apareça na home page a opção de número de página e posts recentes e antigos. Preciso configura algo no editor onde consta o pagenavi?

    if ($wp_query->max_num_pages > 1) : ?>
    <?php if(function_exists(‘kad_wp_pagenavi’)) { ?>
    <?php kad_wp_pagenavi(); ?>
    <?php } else { ?>
    <nav class=”post-nav”>
    <ul class=”pager”>
    <li class=”previous”><?php next_posts_link(__(‘← Posts antigos’, ‘virtue’)); ?>
    <li class=”next”><?php previous_posts_link(__(‘Posts recentes →’, ‘virtue’)); ?>

    Ok so in that case you want the home page to be the latest post page, make sure the page content module is enabled and make sure you move the latest posts module to the disabled box.
    then in your wordpress reading settings make the posts limit 6

    Kadence Themes

    Thread Starter anjocriando2014

    (@anjocriando2014)

    Ok…deu certo porem gostaria de saber se ha um limite de paginas para aparecer a opção de ( pagina inicial )posicionada antes dos numeros de paginas. Por exemplo: se o visitante estiver na pagina “20” como volta pra pagina inicial? Terá que clicar na pagina “1”?

    Outra coisa…gostava mais da opção de posts pois as páginas nãoficam em 2 colunas como os posts…tem como ficar igual?
    Obrigado pela atenção

    Yes they would need to click 1 or a home page link in the header or the logo itself.

    As for the two column layout it’s not set up to to be a full blog just a couple posts so no pagination. The premium has some options for a grid layout on the home page and you can use infinite scroll so you don’t have to have the user loading pages.

    Kadence Themes

    Thread Starter anjocriando2014

    (@anjocriando2014)

    ok, obrigado.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Fazer wp-Pagenavi funcionar’ is closed to new replies.