This topic has 6 replies, 2 voices, and was last updated 8 years, 2 months ago ago by Jack Richardson
Hi guys,
I would like to change navigation on blog posts to the same as product page navigation which is numbered.
See pictures below
Product page navigation:
Blog page navigation:
Thank you 🙂
Do I need to add wp page navi
Asked to add this code:
<?php wp_pagenavi(); ?>
I’m taking it I just remove this from index.php ?
<div class="articles-nav">
<div class="left"><?php next_posts_link(__('← Older Posts', ET_DOMAIN)); ?></div>
<div class="right"><?php previous_posts_link(__('Newer Posts →', ET_DOMAIN)); ?></div>
<div class="clear"></div>
</div>
</div>
thank you
Tried adding WP-PageNavi and it breaks the footer?
Should be able to add this plugin easily to your theme guys?
Hello,
Note we don’t guarantee for full compatibility of third party plugins with the theme.
As for the code you provided in previous post you removed an extra </div>
element http://prntscr.com/ch1ayr
Best regards,
Jack Richardson.
Jack,
Removed all of the code posted above in index.php and added this, footer now full width and not broken.
<?php wp_pagenavi();?>
</div>
Thank you
Hello,
You are welcome.
Best regards,
Jack Richardson.
The issue related to '‘CHANGE BLOG POST PAGE NAVIGATION TO SAME AS PRODUCT PAGE NAVIGATION’' has been successfully resolved, and the topic is now closed for further responses