Forums
(@modsaid)
12 years, 3 months ago
I updated my nginx configuration in order to have it working correctly with the query string part
i used to have
location / { try_files $uri $uri/ /index.php; }
and had that changed to
location / { try_files $uri $uri/ /index.php?$args; }
https://wiki.nginx.org/Wordpress
@jessekhall I think i found the problem
this plugin works well with the default premalinks.. it is not compatible with SEO friendly permalinks :S
I’m having the same issue that is reported by @jessekhall
The listing of the albums is there, and when I click on any of the albums the url changes, but it is still the same listing.
I never got to see the any of the album images themselves