[wp-cvs] wordpress index.php,1.78,1.79
Ryan Boren
rboren at users.sourceforge.net
Thu Jul 29 03:34:09 UTC 2004
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22568
Modified Files:
index.php
Log Message:
Simplify post paging. Remove "posts paged" setting. We should always page. Add posts_nav_link() to the default template.
Index: index.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/index.php,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -d -r1.78 -r1.79
*** index.php 10 Jul 2004 23:34:46 -0000 1.78
--- index.php 29 Jul 2004 03:34:07 -0000 1.79
***************
*** 60,63 ****
--- 60,65 ----
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
+
+ <?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?>
</div>
More information about the cvs
mailing list