Can anyone help me with the code to be able to jump to the next page on my site Free Snatcher. It is done on wordpress and I cant figure out what happened so I am just trying to add my own code into the bottom of the main template to allow people to jump to the next page. Thanks Sean
I believe the PHP code for next page is: <?php next_post_link(); ?> PHP: That's if you want it to appear in a post. If you're talking about pages of posts, try this: <?php next_posts_link('Next Entries »', '0') ?> PHP: You can consult the list of Wordpress Template tags below, should you require more later on. (Psst, bookmark it. It'll come in handy at one point.) codex.wordpress.org/Template_Tags