Using script to export comments bug
-
Hello,
I’m using the export-comments.php script via command line to export my WordPress comments to Disqus. But after a successful export, I check on disqus.com and I found all the comment that was just exported via that tool has a wrong URL: normally, I need to have something like that for the URL of each comment:
http://<original-site-URL>/<date>/<post>/#<comment-id>But instead, I have this:
http://disqus.com/<date>/<post>/#<comment-id>(note the
disqus.comsite URL)How can I correct that?
Thank you.
The topic ‘Using script to export comments bug’ is closed to new replies.