Welcome! Log In Create A New Profile

Advanced

Wordpress pagination issue

Posted by ivanc82 
Wordpress pagination issue
January 07, 2013 10:27PM
Hi,

I'm having issue with wordpress pagination..

it always shows the same page when i browse through pagination

example i have page with lots of post under http://www.clubbing9ine.com/nightlife-venues/

when i click on the pagination http://www.clubbing9ine.com/nightlife-venues/?page_id_all=2 or any page_id_all=xxxx it will show the same page.

Please help me.. any expert out there?
Re: Wordpress pagination issue
January 08, 2013 01:02PM
Ivan, fixed that for you.

For any one looking for the solution.

conf file had the entry as follows (as suggested at many places):
location / {
try_files $uri $uri/ /index.php?q=$uri$is_args$args;
}

Changed it to:
location / {
try_files $uri $uri/ /index.php?q=$uri$is_args&$args;
}

There's a "&" before $args that worked :)

Vinayak Sharma
www.vinsar.net
Re: Wordpress pagination issue
January 08, 2013 01:10PM
Thanks Vin for the fix! ;)

You're the best!
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 138
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready