How to use the WP-PageNavi plugin with BoldR Lite
-
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 ??
- The topic ‘How to use the WP-PageNavi plugin with BoldR Lite’ is closed to new replies.