# Open new Topic for each Blog-Entry in Wordpress

**URL:** https://meta.discourse.org/t/open-new-topic-for-each-blog-entry-in-wordpress/35235
**Category:** WordPress
**Created:** [2015年十一月4日 12:03 UTC](https://meta.discourse.org/t/open-new-topic-for-each-blog-entry-in-wordpress/35235 "2015-11-04T12:03:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sanafan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sanafan/32/47181_2.png) [@Sanafan](https://meta.discourse.org/u/Sanafan)
#### Post date: [2015年十一月4日 12:03 UTC](https://meta.discourse.org/t/open-new-topic-for-each-blog-entry-in-wordpress/35235/1 "2015-11-04T12:03:25Z")

</div>

Hey Guys,  
i want to know, if it is possible to write a plugin, which opens up a new topic for every blog entry in my wordpress blog. I want the users to discuss the blog entry inside the forum and not inside the blog comments (these are deactivated). So i would need a script or sth. like that which works like the following:

1. New blog entry is created, saved and published. In that moment, when it is published
2. the system has to open up a new topic inside the discourse forum

Optional:

- Specifying topic title inside wordpress for the topic which gets opened
- Showing how many comments already have been made inside that button in the wordpress news.

Is this possible? Can someone write me sth which works like that? If yes, how much is it x)?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2015年十一月4日 12:46 UTC](https://meta.discourse.org/t/open-new-topic-for-each-blog-entry-in-wordpress/35235/2 "2015-11-04T12:46:07Z")

</div>

This is how [the existing wp-discourse plugin](https://github.com/discourse/wp-discourse) works. That’s the entire point of the plugin 😉

---

<div class="post-metadata">

### Author: ![Sanafan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sanafan/32/47181_2.png) [@Sanafan](https://meta.discourse.org/u/Sanafan)
#### Post date: [2015年十一月4日 13:27 UTC](https://meta.discourse.org/t/open-new-topic-for-each-blog-entry-in-wordpress/35235/3 "2015-11-04T13:27:12Z")

</div>

Jeff… thanks a lot! This is a feature, with which discourse stands apart from many other softwares! Great to hear! 😄
