Next page, categories etc not working – index still displayed
-
WordPress seems to be gone mad with me. When I go to https://www.jinglenews.com/page/2/, for example, the it doesn’t show the page2 posts – still page 1. Same goes for categories.
My .htaccess file is ok –
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Any idea what’s wrong?
Thanks,
Paul
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Next page, categories etc not working – index still displayed’ is closed to new replies.