# Copying Discourse posts to Wordpress?

**URL:** https://meta.discourse.org/t/copying-discourse-posts-to-wordpress/240538
**Category:** Support
**Tags:** wordpress
**Created:** [October 1, 2022, 12:27am UTC](https://meta.discourse.org/t/copying-discourse-posts-to-wordpress/240538 "2022-10-01T00:27:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![user12](https://avatars.discourse-cdn.com/v4/letter/u/e0b2c6/32.png) [@user12](https://meta.discourse.org/u/user12)
#### Post date: [October 1, 2022, 12:27am UTC](https://meta.discourse.org/t/copying-discourse-posts-to-wordpress/240538/1 "2022-10-01T00:27:25Z")

</div>

We have a kind of local community contest where winning posts get posted on a WordPress blog.

Is there a way to automate copying a Discourse post to WordPress?  
Or any suggestions on how someone would go ahead with such a thing?

Because currently we just copy posts manually, which is annoying and time-consuming.

---

<div class="post-metadata">

### Author: ![maiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maiki/32/233950_2.png) [@maiki](https://meta.discourse.org/u/maiki)
#### Post date: [October 1, 2022, 12:36am UTC](https://meta.discourse.org/t/copying-discourse-posts-to-wordpress/240538/2 "2022-10-01T00:36:58Z")

</div>

Here’s a quick recipe I’ve used:

- [FeedWordPress – WordPress plugin | WordPress.org](https://wordpress.org/plugins/feedwordpress/)
- Publish items from the RSS feed for a tag (`the-best-content`)
- tag topics you want to publish on WordPress

You could also move content into a special winning category, and use that categories RSS.

---

<div class="post-metadata">

### Author: ![user12](https://avatars.discourse-cdn.com/v4/letter/u/e0b2c6/32.png) [@user12](https://meta.discourse.org/u/user12)
#### Post date: [October 1, 2022, 5:06pm UTC](https://meta.discourse.org/t/copying-discourse-posts-to-wordpress/240538/3 "2022-10-01T17:06:39Z")

</div>

But how would one deal with specific plugin options?  
Like when copying the post, we are adding a canonical option to the post, so it always refers to the original Discourse post And we are linking WordPress post with Discourse, to show original comments, and other options.

How would one automate plugin options like this?

---

<div class="post-metadata">

### Author: ![maiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/maiki/32/233950_2.png) [@maiki](https://meta.discourse.org/u/maiki)
#### Post date: [October 1, 2022, 5:21pm UTC](https://meta.discourse.org/t/copying-discourse-posts-to-wordpress/240538/4 "2022-10-01T17:21:07Z")

</div>

> [@user12](#):
>
> Like when copying the post, we are adding a canonical option to the post, so it always refers to the original Discourse post And we are linking WordPress post with Discourse, to show original comments, and other options.

This sounds really complicated. Why are you cross-posting to WordPress, but keeping the canonical URL pointed at the Discourse topic? It would be _vastly_ easier to just link to the Discourse topic in a WordPress blog post.

---

<div class="post-metadata">

### Author: ![user12](https://avatars.discourse-cdn.com/v4/letter/u/e0b2c6/32.png) [@user12](https://meta.discourse.org/u/user12)
#### Post date: [October 1, 2022, 5:23pm UTC](https://meta.discourse.org/t/copying-discourse-posts-to-wordpress/240538/5 "2022-10-01T17:23:53Z")

</div>

> [@maiki](#):
>
> It would be _vastly_ easier to just link to the Discourse topic in a WordPress blog post.

For SEO, so we avoid duplicate content from showing up in search engines.
