How To Add Custom Older/Newer Navigation Buttons To Page
-
Hello, everyone.
I’ve just created my first blog-styled website and am trying to add navigation buttons to the end of my page to be able to navigate through all of my posts, but have not been able to decipher how to do so. I am currently using the “Vantage” template and, using Inspect in Chrome, have traced the page to my style.css file, but have been unable to locate exactly where to put the code snippets. I’m new to php/css, but saw a previous post which seemed similar, using the lines…
<?php next_posts_link(‘Older Posts’); ?>
<?php previous_posts_link(‘Newer Posts’); ?>I’m really confused as to what I should be looking for to give me an indication of where these go (my only lead to follow being what I saw from using Chrome’s Inspect web tool.)
My website is https://www.stairwayofphi.com and one of the specific pages which should have these navigation buttons is https://www.stairwayofphi.com/all-posts/
On a side note, if anyone has a good learning resource/reference which could help me understand modifications like this and feels inclined to share it, I’d be appreciative.
Thanks,
Phi
- The topic ‘How To Add Custom Older/Newer Navigation Buttons To Page’ is closed to new replies.