• Hello,

    I am Saurabh aka The DarkKnighT and I am quite new to wordpress and have absolutely no coding knowledge. Recently I have started working on my website https://www.logginto.com and am currently using BoldR Lite theme on my website. I want to use this plugin WP-PageNavi on this theme but have absolutely no idea how to as I don’t know even a bit of coding.

    The plugin author has said:

    In the Twentyten theme, it looks like this:

    1. <div class=”nav-previous”><?php next_posts_link( __( ‘<span class=”meta-nav”>←</span> Older posts’, ‘twentyten’ ) ); ?></div>

    2. <div class=”nav-next”><?php previous_posts_link( __( ‘Newer posts <span class=”meta-nav”>→</span>’, ‘twentyten’ ) ); ?></div>

    You would replace those two lines with this:

    <?php wp_pagenavi(); ?>

    For multipart pages, you would look for code like this:

    <?php wp_link_pages( … ); ?>

    and replace it with this:

    <?php wp_pagenavi( array( ‘type’ => ‘multipart’ ) ); ?>

    I asked the plugin author but the rude bastard said he won’t give “that level of support” and asked me to contact the theme author. At least I expect that you guys will help me.

    Can the theme author please give me a step by step procedure as to where I have to insert those given lines of code in case of BoldR Lite?.

    Will be really thankful. Also I am planning to buy the pro version of the theme once I start monetizing from my blog as I absolutely love this theme.

    THANKS in advance ??

    https://www.ads-software.com/plugins/wp-pagenavi/

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

    (@iceable)

    Hello,

    I just reviewed your thread on the plugin’s support page ( https://www.ads-software.com/support/topic/how-to-use-wp-pagenavi-for-boldr-lite-theme?replies=5 ) and the answer you got there was actually on the right track.
    This is exactly the code you need to replace to use this plugin with this theme.

    You mention an visual issue after this, which requires an additional step make both work together.

    If you can provide me with a link to your site (after you have made the code replacement) so I can see the layout issue, I’ll be able to troubleshoot it and provide you with a fix!

Viewing 1 replies (of 1 total)
  • The topic ‘How to use the WP-PageNavi plugin with BoldR Lite’ is closed to new replies.