Simplify post paging. Remove "posts paged" setting. We should always page. Add posts_nav_link() to the default template.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren
2004-07-29 03:34:08 +00:00
parent 8560c924ad
commit 2a1d84ef82
6 changed files with 36 additions and 35 deletions

View File

@@ -59,6 +59,8 @@ require('./wp-blog-header.php');
<?php endforeach; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
<?php posts_nav_link(' &#8212; ', __('&laquo; Previous Page'), __('Next Page &raquo;')); ?>
</div>