[wp-trac] [WordPress Trac] #8853: Post pagination not working in 2.7
WordPress Trac
wp-trac at lists.automattic.com
Wed Jan 14 01:26:21 GMT 2009
#8853: Post pagination not working in 2.7
--------------------------+-------------------------------------------------
Reporter: tploof | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.8
Component: Upgrade | Version: 2.7
Severity: major | Keywords:
--------------------------+-------------------------------------------------
I recently upgraded to Wordpress 2.7. The following code no longer
appears to work as it did in 2.6
--- partial from index.php ---
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php previous_posts_link('« Previous')
?></div>
<div class="alignright"><?php next_posts_link('More »') ?></div>
</div>
--- end ---
Location: http://taraploof.whsites.net/griddlecakes/wordpress/
I expected to see "<<Previous" and "More>>" at the bottom of the center
column.
--
Ticket URL: <http://trac.wordpress.org/ticket/8853>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list