hi!
I am working on this website:http://www.incsub.org/wpmu/cvera/
how can i add a next page link to the main page?
Thanks!!!
hi!
I am working on this website:http://www.incsub.org/wpmu/cvera/
how can i add a next page link to the main page?
Thanks!!!
Add the <?php posts_nav_link(); ?> tag to your main page. More info: http://codex.wordpress.org/Template_Tags/posts_nav_link
Thanks,
Thanks, but after adding this to my main page, nothing happens:
<div class='STORYCONTENT' align='middle'><?php posts_nav_link('','previous page','next page'); ?></div>
I try this also:
<?php posts_nav_link('','previous page','next page'); ?>
They don't work!
Could anyone help me here? Thank you!
See if the default works. Just try:
<?php posts_nav_link(); ?>
Don't add anything else to it.
sorry, but that doesn't work either. :(
Could anyone help me here?
Thanks!
This topic has been closed to new replies.