Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Custom Template with posts but no page navigation Re: Custom Template with posts but no page navigation

#72871
SgtLegend
Member

I had the same issue when i was building a custom template too, did a little searching and found this small snippet to replace the WordPress page navigation function.

posts_nav_link(' | ', 'Previous Page', 'Next Page');

PS: You can use this before or after the_loop()