My PhotoBruno Brás Silva

09, April 1986

info@brunosilva.net

Sintra Lisbon Portugal

Blog - Archive pagination fixed

Posted on 8:02pm 7/08/2008 by Bruno Silva in Programming, Software, Web

I had a bug in pagination when navigating through categories or dates :(

It was due to a  customization I made sometime ago to make Wordpress 2.5 work o a IIS web server.

Instead of

$_SERVER[’REQUEST_URI’]=’/page/1′;

It must be

if($_SERVER['REQUEST_URI']=='')

$_SERVER[’REQUEST_URI’]=’/page/1′;

Shame on me :-P

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© Bruno Silva | Powered by Wordpress