Make WordPress Core


Ignore:
Timestamp:
03/09/2005 04:21:24 AM (21 years ago)
Author:
ryan
Message:

Use next_posts_link() and previous_posts_link() instead of posts_nav_link() in default theme. http://mosquito.wordpress.org/view.php?id=1064

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/index.php

    r2417 r2423  
    2121
    2222        <div class="navigation">
    23             <div class="alignleft"><?php posts_nav_link('','','&laquo; Previous Entries') ?></div>
    24             <div class="alignright"><?php posts_nav_link('','Next Entries &raquo;','') ?></div>
     23            <div class="alignleft"><?php next_posts_link('&laquo; Previous Entries') ?></div>
     24            <div class="alignright"><?php previous_posts_link('Next Entries &raquo;') ?></div>
    2525        </div>
    2626       
Note: See TracChangeset for help on using the changeset viewer.