Next page on homepage

Posted in: Newsmag
Post count: 2

Hi Guys,

For some reason when I click the 2, 3 or -> at the end of my homepage articles, I am not getting to page number 2.. What am I doing wrong?

my site:
http://www.hockeybank.nl

Post count: 2

Please help?

Post count: 6535

Hi

It possible to have a plugin that redirect you on the first page every time you want to navigate to another, so you can try deactivate all except Visual Composer clear the cache and test again also you can try to regenerate your htaccses like so http://screencast.com/t/rQkmLsLNlpz3

Thanks!

Post count: 14

Do you have facebook comments or any facebook plugins installed?

add_filter( 'redirect_canonical','custom_disable_redirect_canonical' );
function custom_disable_redirect_canonical( $redirect_url ){
if ( is_front_page() ) $redirect_url = false;
return $redirect_url;
}

add that to your functions.php

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