• MKNRTV

    (@makrosmakros)


    Hello i have a question,
    i have this theme for my Website an will
    make a PageNavi.

    My question is i must replace a code in the theme where i cand find this?

    <div class=”nav-previous”><?php next_posts_link></div>
    <div class=”nav-next”><?php previous_posts_link></div>

    i will replace this with this code
    <?php wp_pagenavi(); ?>

    i hope you can help me.
    Thank You

Viewing 1 replies (of 1 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    You can find the above code in the following files:
    includes/functions-template-tags.php
    page-templates/blog.php
    page-templates/blog-excerpt.php

    It is recommended that the modifications be made in a child theme, so that the changes will not be overwritten during a theme update.
    Reference link to create a child theme: https://codex.wordpress.org/Child_Themes

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘WP-PageNavi’ is closed to new replies.