Add Single Post Navigation To Any Theme

This code includes 4 separate snippets which you need to paste into 3 different files to achieve something like this.

post nav after single posts

functions.php – Paste the code which includes the template-tags.php file and conditionally hooks in the template tag using the genesis_entry_content hook which can be changed to any other theme specific or WordPress hook like the_content()

template-tags.php – Create a new file name template-tags.php and paste all the code into this new file including the opening php tag. Upload this file to your child themes root directory.

style.css – Add this sample CSS code which can be easily modified near the end of your child themes style.css file before the Media Queries section.

Related Tutorials

Join 5000+ Followers

Get The Latest Free & Premium Tutorials Delivered The Second They’re Published.