Wp_paginate seems to be inactive in some pages of my blog after updating to wordpress 3.5 release.
Any issues reported?
my script: http://pastebin.ubuntu.com/1429551/
Wp_paginate seems to be inactive in some pages of my blog after updating to wordpress 3.5 release.
Any issues reported?
my script: http://pastebin.ubuntu.com/1429551/
Yes, thats it.. I have refreshed my version for 3.5 too
And my pagination is lost from site.. SUPPORT!
I haven't even updated to 3.5 yet, and it's broken on mine as well. It was working fine before, and I haven't touched it since.
Try this:
$posts = query_posts($query_string .
'&orderby=title&order=asc&posts_per_page=-1');The problem was the wp_reset_query(), it was executed before the wp_paginate() call.
I put it after and it works again.
my wp_reset_query() is at the end of the page.
The functionality still seems to be working, but the styling has somehow disappeared.
But its a problem of css stylesheet. i dont see you are using the paginate css styles.... give a look a my stylesheet:
http://www.fashionradicals.com/blogs/wp-content/plugins/wp-paginate/wp-paginate.css?ver=1.2.4
That's very odd, because it was fine a little while ago, and one day it just looked like an ordered list, yet I never deleted any css code. Anyways, that worked, and now I feel like an idiot. lol. Thanks!
You must log in to post.