# Upload image wordpress

**URL:** https://meta.discourse.org/t/upload-image-wordpress/186736
**Category:** WordPress
**Created:** [April 13, 2021, 11:47pm UTC](https://meta.discourse.org/t/upload-image-wordpress/186736 "2021-04-13T23:47:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Eduardo\_Braga](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eduardo_braga/32/110348_2.png) [@Eduardo\_Braga](https://meta.discourse.org/u/Eduardo_Braga)
#### Post date: [April 13, 2021, 11:47pm UTC](https://meta.discourse.org/t/upload-image-wordpress/186736/1 "2021-04-13T23:47:58Z")

</div>

every time the article airs, the topic does not display the image

I did not find in the options how to enable images in the topic

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [April 15, 2021, 10:46pm UTC](https://meta.discourse.org/t/upload-image-wordpress/186736/2 "2021-04-15T22:46:29Z")

</div>

Hey @Eduardo_Braga 🙂

Could you give some more details on your publishing settings? Do you have the “Use Full Post Content” setting enabled and you’re not seeing images in the wordpress post in the full html on discourse?

On that setup, I just tested this and the images are appearing as normal

- [Wordpress Post](https://wordpress.thepavilion.io/index.php/2021/04/15/incomplete-strategy-and-niche-contributions-australia-leaves-afghanistan-after-20-years/)
- [Discourse Post](https://test.thepavilion.io/t/incomplete-strategy-and-niche-contributions-australia-leaves-afghanistan-after-20-years/1219)

---

<div class="post-metadata">

### Author: ![Eduardo\_Braga](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eduardo_braga/32/110348_2.png) [@Eduardo\_Braga](https://meta.discourse.org/u/Eduardo_Braga)
#### Post date: [April 16, 2021, 12:12am UTC](https://meta.discourse.org/t/upload-image-wordpress/186736/3 "2021-04-16T00:12:37Z")

</div>

I activated it once, but the featured image of the article was not displayed.

Link: [https://forum.meuxbox.com.br/t/esses-3-jogos-estao-deixando-o-xbox-game-pass/127](https://forum.meuxbox.com.br/t/esses-3-jogos-estao-deixando-o-xbox-game-pass/127)

 ![discourse wp](https://global.discourse-cdn.com/meta/original/3X/6/d/6d8d8c0f752e163b5ce6e4c431ad5961febdbe06.png)

No image is displayed in your topic here  
[https://test.thepavilion.io/t/incomplete-strategy-and-niche-contributions-australia-leaves-afghanistan-after-20-years/1219](https://test.thepavilion.io/t/incomplete-strategy-and-niche-contributions-australia-leaves-afghanistan-after-20-years/1219)

---

<div class="post-metadata">

### Author: ![angus](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/angus/32/341715_2.png) [@angus](https://meta.discourse.org/u/angus)
#### Post date: [April 16, 2021, 4:56am UTC](https://meta.discourse.org/t/upload-image-wordpress/186736/4 "2021-04-16T04:56:25Z")

</div>

> [@Eduardo\_Braga](#):
>
> did not display the featured image of the article

The featured image is not added to the full post html out of the box, as it’s not part of the post body. To add the featured image you need to modify the post template as described here

> [@Customize the structure of WP Discourse templates](https://meta.discourse.org/t/wp-discourse-template-customization/50754#add-the-featured-image-to-the-publish-template):
>
> The [WP Discourse](https://github.com/discourse/wp-discourse) plugin uses HTML templates to add markup to Discourse comments for publishing on WordPress and to WordPress posts for publishing on Discourse. The text content of these templates can be customized on the plugin’s options page. To change the structure of a templates requires you to add a function to your theme’s functions.php file This #howto will explain how to do that. The templates In the plugin’s code, the templates are static functions that return a mixture of html and templ…
