Homepage pagination doesnot work

Posted in: Newspaper
Post count: 21

Hello,
I’ve got a problem with pagination on the main page.
Links to the pages [2] [3]… doesnot work and redirects to the main page.
I use the latest version of the theme and plugins, I’ve already tried to diactivate all plugins, but the result is the same.
Can you help me?

site: http://newsroom.ru

  • This topic was modified 10 years by alexeeev.
Post count: 6535

Hi

I’ve checked your site and noticed that the links from homepage pagination have a 301 Moved Permanently status: http://screencast.com/t/igm7hQv4a1YC That means that either you have set a redirect for these links and if is the case try to remove it, or a plugin make this redirect automatically. If you didn’t set the redirection try to deactivate all plugins except Visual Composer, clear all caches including browser’s cache and test the site again.

Thanks!

Post count: 44

Same thing here. I think it may have something to do with the latest 4.4.1 wordpress update…

Post count: 21

Andrei, thanks for response.

I have not set any redirects and already tried to deactivate all plugins (now only Visual Composer is active). Nothing helps.
.htaccess is standard:

# BEGIN WPSuperCache
# END WPSuperCache
# 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
  • This reply was modified 10 years by alexeeev.
Post count: 22421

Hello,

We have tested this further and it seems that WP 4.4.1 creates the issue. We are looking into it and hopefully we will be able to provide a solution for it ASAP.

Thank you for your understanding.

Post count: 21

Thanks for superfast update.

[CLOSED]

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.