I'm assuming this has to do with my .php files in WordPress. I am trying to add a next/previous button at the bottom of my blog (on the main page). Picture of where I'd like the "Next" and "Previous" to appear:
Read this article: http://codex.wordpress.org/Next_and_Previous_Links <div class="navigation"><p><?php posts_nav_link(); ?></p></div> PHP:
You can use WP built-in function to show Previous and Next links or if you wan't to show all pages listed than use plugin or get coder to integrate it in your theme.
Solved the problem! Thank you Rep + I had tried that before, but never worked. Thanks anyways I don't think that worked for me. I had to manually insert the code.
I meant the posts_nav_link(); function or prev and next functions all three are built in functions of wordpress. But glad you got it resolved.