• Resolved johnh10

    (@johnh10)


    Clicking on the comment reply does not work as expected. If I deactivate AIOSEO, comment replies work again. So, I rolled back prior versions until 4.7.2 where the comment reply works again.

    In the changelog (please update), I see v4.7.3:

    “?replytocom” query parameter for comment reply links now removed by default to optimize crawl quota.

    I’m guessing that’s related. Please take a look. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arnaudbroes

    (@arnaudbroes)

    Hey @johnh10,

    I just tested this and it’s still working fine. It’s possible your theme might be conflicting with AIOSEO. Fortunately we added a filter hook to disable this feature.

    Can you try adding this code snippet to your theme’s functions.php file to see if that helps?

    add_filter( 'aioseo_remove_reply_to_com', '__return_false' );
    Plugin Support MM Aurangajeb

    (@aurangajeb)

    Hi @johnh10,

    We haven’t heard back from you in a couple of days. I’m going to go ahead and close this thread for now. But if you’d like us to assist, please feel welcome to continue the conversation.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.