previous/next post links
-
I have just upgraded from 2.9.2 to 3.0.5
Everything appears to be in order except the previous post/next post links above each post. These links used to appear only on the expanded post and not on the main page. What do I need to change in the coding so these links will show only on the actual post page?
Here is the coding I have now:
<!-- start prev/next posts --> <div class="pstlnk"> <?php previous_post('<b>«</b> % <b>«</b> ?', '', 'yes'); ?> <?php next_post('? <b>»</b> % <b>»</b>', '', 'yes'); ?> </div> <!-- end prev/next posts -->
I hope the question makes sense.
-EMorris, Firefox 3.6.8, WinXP, WP3.0.5
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘previous/next post links’ is closed to new replies.