• Hi Johnny,

    My WordPress Dashboard is located https://backend.example.com [Pass protected]
    But frontend is at https://www.example.com

    When I reply to comment from it would email a comment link
    Example: http://backend.example.com/hello-world/#comment-1

    (Normally, it would return 401 because that is accessible only to me.)

    To send user correct destination, is it possible to change the hostname from https://backend.example.com to https://www.example.com in the comment link at email.

    Example
    http://www.example.com/hello-world/#comment-1

    Thanks & Regards,
    Gulshan

Viewing 1 replies (of 1 total)
  • Plugin Author treeflips

    (@treeflips)

    Hi Gulshan,

    That feature isn’t built into the plugin. I was looking through the code to see if you could manually adjust it yourself but I don’t think it’s so easy for a non-coder. The commentlink tag has to be broken up to attach a new url and then post ID and such.

    You can take a look at the code yourself and maybe a developer can help you adjust for your needs. I’m also curious to know if you found other plugins that do this. Maybe I can learn from their code.

    https://github.com/WPJohnny-plugins/comment-reply-email/blob/master/comment-reply-email.php

Viewing 1 replies (of 1 total)
  • The topic ‘Changing comment URL hostname’ is closed to new replies.