[wp-testers] WP 3.0x Pagination problem

Philip M. Hofer (Frumph) philip at frumph.net
Fri May 7 17:02:30 UTC 2010


Works for me with that exact same custom permalink structure at frumph.net 
(which is rare) I had to figure out the right way to do the index page loop 
query to have multiple loops on the page.   changing the index showposts 
really screws things up cause WP isn't written properly for its usage with 
that whole pre_get_posts thing being in the init

What theme are you using? and are you doing any special queries with it ?

----- Original Message ----- 
From: "Cesar Aracena" <aracenameister at gmail.com>
To: <wp-testers at lists.automattic.com>
Sent: Friday, May 07, 2010 9:25 AM
Subject: [wp-testers] WP 3.0x Pagination problem


Hi everybody,

I just subscribed to the list. Glad to be here.

I'm experiencing a problem with pagination since beta1. It has the same
problem in beta2 and now it's partially solved in the nigh build. Simply
put, pagination don't work. I'm using pretty permalinks
(/%category%/%postname%/) and full text in feeds (in case it matters). In
both beta 1 and 2 it simply doesn't work. Links show /2/ at the end (for
page 2) like before but once clicked, the browser loads the same page 1
without the /2/ at the end.

Example of post:
http://localhost/gtx03/reviews/hardware/review-evga-gtx-480-hc-ftw/<http://caracena.com/gtx03/reviews/hardware/review-evga-gtx-480-hc-ftw/>
Example of second page:
http://localhost/gtx03/reviews/hardware/review-evga-gtx-480-hc-ftw/<http://caracena.com/gtx03/reviews/hardware/review-evga-gtx-480-hc-ftw/>
2/

Once the link to the second page is clicked, I'm taken to the first page
again (first link).

In the night build I was able to pull the 2nd page using the same link
structure but only with the default Twenty Ten theme. Once I change the
theme (to a Wootheme or any other), I add the <?php wp_link_pages( array(
'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after'
=> '</div>' ) ); ?> (exactly like the Twenty Ten theme) pagination code but
WP keeps getting the 1st page for me.

I think this was important to tell because I haven't read any follow ups on
this matter. Sorry if it's being discussed and I missed it.

Cheers,

César Aracena
Neuquén - Argentina
_______________________________________________
wp-testers mailing list
wp-testers at lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers



More information about the wp-testers mailing list