[Plugin: WP-PageNavi] Move Pagination Link Direcly Below Content
-
I’ve added the following code to my theme for paginated posts:
<?php wp_pagenavi( array( 'type' => 'multipart' ) ); ?>
It works wonderfully, but the problem is I have two other plugins adding content below my posts. One of them adds facebook/twitter/etc icons, and the other adds related posts. I would like the page navigation links to appear directly after the post content.
Is there any way to do that?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WP-PageNavi] Move Pagination Link Direcly Below Content’ is closed to new replies.