[wp-testers] WP 3.0x Pagination problem

Cesar Aracena aracenameister at gmail.com
Fri May 7 16:25:42 UTC 2010


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


More information about the wp-testers mailing list