WP-PageNavi problem
-
The pagenavi does not appear on the center of the page….
https://i42.tinypic.com/904zt0.png
the site is https://www.evoec.com
if(function_exists('wp_pagenavi')) wp_pagenavi(); else { ?> <div class="navigation clearfix"> <div class="floatleft"><?php next_posts_link( __('Older Entries', 'arras') ) ?></div> <div class="floatright"><?php previous_posts_link( __('Newer Entries', 'arras') ) ?></div> </div> <?php } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP-PageNavi problem’ is closed to new replies.