MORE and PREVIOUS links coding
-
Hello,
<div id="morePrev"> <?php next_posts_link('More...'); ?> <?php previous_posts_link('Previous...'); ?> </div><!-- end morePrev -->
this code shows MORE and PREVIOUS buttons bellow posts. However, when I click on MORE, it shows same more and previous buttons. Can anyone tell me how to modify a code to show MORE 1 2 3 4 PREVIOUS links on a blog, not just MORE and PREVIOUS links.
- The topic ‘MORE and PREVIOUS links coding’ is closed to new replies.