Title: Comments not showing when moving from http to https
Last modified: June 16, 2018

---

# Comments not showing when moving from http to https

 *  Resolved [rtanner22](https://wordpress.org/support/users/rtanner22/)
 * (@rtanner22)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/)
 * I recently updated my site to use https instead of http.
 * The problem I’m experiencing is the old comments that were made under the http
   site are not showing up under the new https site.
 * I applied a fix that makes the old comments show up:
 * //Fixes FB comments
    function rsssl_exclude_http_url($html) { //replace the https
   url back to http $html = str_replace(‘data-href=”[https://www.thepathoftruth.com&#8217](https://www.thepathoftruth.com&#8217);,‘
   data-href=”[http://www.thepathoftruth.com&#8217](http://www.thepathoftruth.com&#8217);,
   $html); return $html; }
 * add_filter(“rsssl_fixer_output”,”rsssl_exclude_http_url”);
 * However, the problem is the new comments that are made at the https site don’t
   show up. I either have to show old comments and not the new ones, or show the
   new ones and not the old ones.
 * Is there a solution for this problem?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcomments-not-showing-when-moving-from-http-to-https-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [wpdevart](https://wordpress.org/support/users/wpdevart/)
 * (@wpdevart)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/#post-10412381)
 * Hi dear user.
 * We left a comment and the new comment works fine, can you try again with another
   account?
 * Thanks.
 *  Thread Starter [rtanner22](https://wordpress.org/support/users/rtanner22/)
 * (@rtanner22)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/#post-10412575)
 * I don’t see where you provided a new comment.
 * At what link?
 *  Plugin Author [wpdevart](https://wordpress.org/support/users/wpdevart/)
 * (@wpdevart)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/#post-10420034)
 * Dear user.
 * We added a comment, then check the page after 1 hour and then removed it(comment
   was left from a personal account, that’s why we removed it).
 * Ask your friend or left comment from another account, it is working from our 
   side.
 * Thanks.
 *  Thread Starter [rtanner22](https://wordpress.org/support/users/rtanner22/)
 * (@rtanner22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/#post-10864704)
 * I’d like to reopen this issue because it hasn’t been solved.
 * 90% of the comments to our site are displayed correctly by applying the html 
   filter in the functions.php that changes all comments to http from https.
 * The issue is some of the comments that are left are captured and posted as “https”
   and not just “www”. In these cases the comments don’t show. The only way to make
   those show is to remove the filter, allowing the data-href value to remain as
   https.
 * This isn’t page specific as I can post a comment to a page that has missing comments
   and the comments will show up fine. As I type this there are comments in my moderation
   tool that are there but are not showing on the actual page.
 * Thank you
 *  Thread Starter [rtanner22](https://wordpress.org/support/users/rtanner22/)
 * (@rtanner22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/#post-10864708)
 * [@wpdevart](https://wordpress.org/support/users/wpdevart/)
 *  Thread Starter [rtanner22](https://wordpress.org/support/users/rtanner22/)
 * (@rtanner22)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/#post-10864729)
 * I’m including some screen shots from within the moderation tool showing how some
   comments are being logged with https (not working) and others as www which are
   working.
 * [https://drive.google.com/open?id=1BUTtNuB0horRT84iL_ZuQpEBo6LZtLqU](https://drive.google.com/open?id=1BUTtNuB0horRT84iL_ZuQpEBo6LZtLqU)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Comments not showing when moving from http to https’ is closed to new
replies.

 * ![](https://ps.w.org/comments-from-facebook/assets/icon-128x128.png?rev=1232145)
 * [Social comments by WpDevArt](https://wordpress.org/plugins/comments-from-facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/comments-from-facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/comments-from-facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/comments-from-facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/comments-from-facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/comments-from-facebook/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [disappear](https://wordpress.org/support/topic-tag/disappear/)
 * [HTTPS](https://wordpress.org/support/topic-tag/https/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 6 replies
 * 2 participants
 * Last reply from: [rtanner22](https://wordpress.org/support/users/rtanner22/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/comments-not-showing-when-moving-from-http-to-https-2/#post-10864729)
 * Status: resolved