[Plugin: Number My Post Pages] Cannot Get it to work
-
I am trying to place
<?php mysinglepages(wp_link_pages(array('before' => '', 'after' => '', 'next_or_number' => 'number','echo' => '0'))); ?>
on my index page and single.php page. Where exactly should it be placed?Nothing seems to work!
Here is what is there now:
Index Page:<div class="navi"> <div class="left"><?php next_posts_link('« Previous Entries'); ?></div> <div class="right"><?php previous_posts_link('Next Entries »'); ?></div> </div><!-- end navi -->
Single.php:
<div class="navi"> <div class="left"><?php previous_post_link('« %link') ?></div> <div class="right"><?php next_post_link('%link »') ?></div> <div style="clear:both;"></div> </div><!-- end navi -->
Thanks in advance for your support.
https://www.ads-software.com/extend/plugins/number-my-post-pages-plugin/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Number My Post Pages] Cannot Get it to work’ is closed to new replies.