Page Navigation doesn't work
-
Hello people,
I got a very strange problem.
When I try to navigate to older posts by clicking the older posts link at the end of the page, it brings me to /page/2, but the page itself doesn’t change – it just reloads the latest page.I tried to reset the permalink settings to ‘Default’, but still the same issue.
My .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
My plugins:
Akismet
All in One SEO Pack
Contact Form 7
My Page Order – disabled – didn’t help
opular Posts
Post-Plugin Library
Reveal IDs
The Excerpt re-reloaded
WP-PageNavi – disabled – didn’t help
WP No Category BaseAny idea?
- The topic ‘Page Navigation doesn't work’ is closed to new replies.