# Discourse comments are not reflected on Wordpress blog

**URL:** https://meta.discourse.org/t/discourse-comments-are-not-reflected-on-wordpress-blog/70764
**Category:** WordPress
**Created:** [9월 25, 2017, 11:42오후 UTC](https://meta.discourse.org/t/discourse-comments-are-not-reflected-on-wordpress-blog/70764 "2017-09-25T23:42:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![achamess](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/achamess/32/120563_2.png) [@achamess](https://meta.discourse.org/u/achamess)
#### Post date: [9월 25, 2017, 11:42오후 UTC](https://meta.discourse.org/t/discourse-comments-are-not-reflected-on-wordpress-blog/70764/1 "2017-09-25T23:42:10Z")

</div>

I just installed the wp-discourse plugin.

I followed the instructions on both my forum and blog.

I was able to create a new topic in the forum from the Wordpress blog:  
So the plugin talks with the forum.  
But then when I made a test comment in the topic in the forum, there was no reflection of that on the blog. For example, it still says “Start a conversation at…”

Blog: [https://gofishcarolinas.com/the-daiwa-bg-series-is-the-best/](https://gofishcarolinas.com/the-daiwa-bg-series-is-the-best/)  
Forum: [http://forum.gofishcarolinas.com/t/the-best-value-reels-on-the-market/79](http://forum.gofishcarolinas.com/t/the-best-value-reels-on-the-market/79)

What I’m looking to see is the Forum comments, like at this example:

> **[Comments - Who is Discobot?](https://blog.discourse.org/2017/08/who-is-discobot/#comments)**
>
> This month’s Discover Roundup highlights communities where people build things in public, then turn the hard parts into shared knowledge! | As of Discourse 1.8, every new user who joins will get a welcome PM from discobot:

What might I be doing wrong?

Also, if this is relevant, I’m using the Divi theme from Elegant themes. It’s a bit non-standard, but it should work, I think.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [9월 26, 2017, 12:12오전 UTC](https://meta.discourse.org/t/discourse-comments-are-not-reflected-on-wordpress-blog/70764/2 "2017-09-26T00:12:40Z")

</div>

It looks like you have the Discourse embed code on your WordPress site. That code isn’t used with the [WP Discourse](https://github.com/discourse/wp-discourse) plugin. Try removing that code from your post and removing the Embed Host from Discourse.

With the [WP Discourse](https://github.com/discourse/wp-discourse) plugin you won’t need to do any configuration on the Discourse end. On WordPress, in the [WP Discourse](https://github.com/discourse/wp-discourse) options Commenting tab, make sure you have the Use Discourse Comments checkbox selected. It needs to be selected so that comments will show up on your site.

Unless you enable a Webhook from Discourse to WordPress, comments are cached for 10 minutes, so you may see a delay from the time a comment is created until it appears on your WordPress site.

The plugin should work with the Divi theme. You may run into an issue if you are publishing posts that contain shortcodes. The easiest way to get around that is to just publish an excerpt of the post.

For detailed setup instructions, check out this topic: [Install and configure the WP Discourse Wordpress plugin for Discourse](https://meta.discourse.org/t/wp-discourse-plugin-installation-and-setup/50752). Let me know if you’re having any trouble getting it setup.

---

<div class="post-metadata">

### Author: ![achamess](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/achamess/32/120563_2.png) [@achamess](https://meta.discourse.org/u/achamess)
#### Post date: [9월 26, 2017, 12:24오전 UTC](https://meta.discourse.org/t/discourse-comments-are-not-reflected-on-wordpress-blog/70764/3 "2017-09-26T00:24:14Z")

</div>

Hey. Thanks a lot for the quick response. That did the trick. I got rid of the embed code and the embed Admin settings. I was trying the embed code to see if it even worked. It would be nice to Embed some Discourse stuff also inside the posts sometimes (like referring to a comment). That seems like it would cause a conflict, however. So I’ll avoid that for now.  
Thank you!
