Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m having a 301 redirect issue also with this plugin. I deactivate the plugin and the redirect goes away, activate it and it comes back. Let me know how to fix or when there will be an update.

    I have the same issue of the site redirecting to the home page ( https://mysite.com/ ) when pagination is set correctly and visiting https://mysite.com/page/2/ when this plugin is on and static homepage is set.

    When the plugin is turned off the issue is resolve – the pages redirect correctly

    Is there a fix for this ?

    ZIC

    (@metalscorpion)

    Temporary fix: hack to facebook.php, line 491:
    if ( is_home() || is_front_page() ) {
    change to: if ( is_home() ) {

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home page wrong redirect’ is closed to new replies.