# Wordpress publish html post

**URL:** https://meta.discourse.org/t/wordpress-publish-html-post/165352
**Category:** WordPress
**Created:** [September 25, 2020, 12:00pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352 "2020-09-25T12:00:37Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![AtakanYildirim1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atakanyildirim1/32/183154_2.png) [@AtakanYildirim1](https://meta.discourse.org/u/AtakanYildirim1)
#### Post date: [September 25, 2020, 12:00pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/1 "2020-09-25T12:00:37Z")

</div>

The topic I shared on Wordpress does not receive html tags. How can I do that?

---

<div class="post-metadata">

### Author: ![jtbayly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jtbayly/32/119510_2.png) [@jtbayly](https://meta.discourse.org/u/jtbayly)
#### Post date: [September 25, 2020, 12:04pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/2 "2020-09-25T12:04:37Z")

</div>

Shared how from where to what? I can’t figure out what you mean.

---

<div class="post-metadata">

### Author: ![AtakanYildirim1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atakanyildirim1/32/183154_2.png) [@AtakanYildirim1](https://meta.discourse.org/u/AtakanYildirim1)
#### Post date: [September 25, 2020, 12:07pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/3 "2020-09-25T12:07:19Z")

</div>

I created a content on my wordpress site. The content consists of a table. When I publish it to Discourse, the table does not appear. The texts in the table are visible.

---

<div class="post-metadata">

### Author: ![AtakanYildirim1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atakanyildirim1/32/183154_2.png) [@AtakanYildirim1](https://meta.discourse.org/u/AtakanYildirim1)
#### Post date: [September 25, 2020, 2:19pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/4 "2020-09-25T14:19:15Z")

</div>

@simon @jtbayly is it possible?

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [September 25, 2020, 6:30pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/5 "2020-09-25T18:30:46Z")

</div>

IIRC the solution is to publish tables in markdown from WordPress. WordPress supports markdown publishing via Jetpack.

That’s how I’ve solved this previously.

---

<div class="post-metadata">

### Author: ![AtakanYildirim1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atakanyildirim1/32/183154_2.png) [@AtakanYildirim1](https://meta.discourse.org/u/AtakanYildirim1)
#### Post date: [September 25, 2020, 7:25pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/6 "2020-09-25T19:25:37Z")

</div>

> [@Stephen](#):
>
> markdown

how so can i get some more details? @Stephen

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [September 25, 2020, 7:35pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/7 "2020-09-25T19:35:49Z")

</div>

Are you using Jetpack on your WordPress site?

---

<div class="post-metadata">

### Author: ![AtakanYildirim1](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/atakanyildirim1/32/183154_2.png) [@AtakanYildirim1](https://meta.discourse.org/u/AtakanYildirim1)
#### Post date: [September 25, 2020, 7:46pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/8 "2020-09-25T19:46:02Z")

</div>

yes i’m using Jetpack

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [September 25, 2020, 7:48pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/9 "2020-09-25T19:48:42Z")

</div>

Ok so in the settings there’s an option to turn on Markdown support.

Discourse supports Markdown tables, so this:

```plaintext
| this | | | | |
|------|----|---|-------|---|
| | is | | | |
| | | a | | |
| | | | table | . |

```

Renders as:

| this | | | | |
| --- | --- | --- | --- | --- |
| | is | | | |
| | | a | | |
| | | | table | . |

I can’t recall if Jetpack needs a setting change to ensure markdown is stored and not converted, but give it a try and we can figure that out if there are any issues.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 14, 2022, 3:45pm UTC](https://meta.discourse.org/t/wordpress-publish-html-post/165352/10 "2022-12-14T15:45:41Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
