# Turn off 'Show Full Post' in WP Discourse Plugin

**URL:** https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342
**Category:** WordPress
**Created:** [September 19, 2016, 3:50pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342 "2016-09-19T15:50:31Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [September 19, 2016, 3:50pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/1 "2016-09-19T15:50:31Z")

</div>

I’ve recently noticed that a ‘Read full post’ button has appeared in Discourse topics linked to Wordpress articles.

Is it possible to have this as an option that can be turned off?

2 reasons for this request:

1. I use Visual Composer in Wordpress to build some posts so they don’t always appear correctly in Discourse
2. I’d prefer people to have to click the link and visit my Wordpress site rather than staying on the forum

Cheers!

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [September 19, 2016, 3:58pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/2 "2016-09-19T15:58:03Z")

</div>

Isn’t that configurable in the [wp discourse](https://github.com/discourse/wp-discourse) plugin?

---

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [September 19, 2016, 3:59pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/3 "2016-09-19T15:59:11Z")

</div>

Not that I saw. I did check! Did I miss it?

**Edit**

There is an option to show the full post instead of an excerpt. However there doesn’t appear to be an option to remove the **Show Full Post** button when you are only displaying the excerpt.

---

<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: [September 19, 2016, 4:24pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/4 "2016-09-19T16:24:53Z")

</div>

You need to disable the ‘embed truncate’ setting on Discourse. It’s found under `admin/site_settings/category/posting`.

---

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [September 19, 2016, 4:49pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/5 "2016-09-19T16:49:15Z")

</div>

Thanks.

That has removed the button from my existing topics.

However, does this also have the effect of _not_ truncating my future articles?

I’d like them truncated, but I don’t want to show the button…

---

<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: [September 19, 2016, 5:05pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/6 "2016-09-19T17:05:08Z")

</div>

No, the setting is a little confusing, Disabling ‘embed truncate’ on Discourse has no effect on what is being published to Discourse from the wp-discourse plugin. As long as the ‘Use full post content’ setting is not enabled on WordPress, only excerpts of your posts will be sent to Discourse.

If you’d like to set the content of the post excerpt on WordPress, make sure that ‘Excerpt’ is enabled under ‘Screen Options’ on the WordPress post-new page. You can then add the content that you would like to be published to Discourse to the ‘Excerpt’ meta-box on that page.

---

<div class="post-metadata">

### Author: ![jamesmarkcook](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jamesmarkcook/32/168563_2.png) [@jamesmarkcook](https://meta.discourse.org/u/jamesmarkcook)
#### Post date: [September 19, 2016, 6:17pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/7 "2016-09-19T18:17:45Z")

</div>

Thanks once again @simon 👍

---

<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: [September 19, 2016, 6:36pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/8 "2016-09-19T18:36:19Z")

</div>

We should improve the help copy (the setting description text) here if we can.

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [September 23, 2016, 5:24am UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/9 "2016-09-23T05:24:01Z")

</div>

I just fell prey to this myself. The “show full post” button on my site decided to show the privacy policy from my site, and not the full post. So I had to disable it. I went to search admin settings for “show full post” but it is not included in the helper text so shows no result. I had to come back to this post to get the answer. Thanks, @simon!

So.. agreeing with @codinghorror that the help copy should be improved, at least to include the keywords “show full post”. For the rest I don’t fully understand how this functionality works and will leave it off on my site for the time being.

---

<div class="post-metadata">

### Author: ![pakl](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pakl/32/103617_2.png) [@pakl](https://meta.discourse.org/u/pakl)
#### Post date: [January 31, 2018, 4:20pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/10 "2018-01-31T16:20:31Z")

</div>

> [@tobiaseigen](#):
>
> The “show full post” button on my site decided to show the privacy policy from my site, and not the full post.

Just adding to this, since I just had nearly the same experience. The show full post button on our site also displayed only the legal lines of the footer from our website, nothing else. Without this topic, I would not have found how to get rid of the button.

---

<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: [January 31, 2018, 11:10pm UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/11 "2018-01-31T23:10:10Z")

</div>

> [@jamesmarkcook](#):
>
> Is it possible to have this as an option that can be turned off?

Yes, I think there should be an option to disable this behaviour on the WordPress end, without having to unselect the ‘embed truncate’ setting on Discourse.

If the plugin doesn’t send the `embed_url` to Discourse when it publishes a post, then the Show Full Post button won’t show up on Discourse.

---

<div class="post-metadata">

### Author: ![cosdesign](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cosdesign/32/208585_2.png) [@cosdesign](https://meta.discourse.org/u/cosdesign)
#### Post date: [October 2, 2024, 8:26am UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/12 "2024-10-02T08:26:11Z")

</div>

Still no solution to this? Just like OP requested, I don’t want people to see the full post on Discourse. Instead, I would like the button to include the link to my article so I can send them there if clicked. Is this possible?

---

<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: [October 2, 2024, 9:01am UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/13 "2024-10-02T09:01:54Z")

</div>

Hey there @cosdesign, have you tried the solution suggested above? Namely

1. Make sure “Use Full Post Content” is not checked in the [WP Discourse](https://github.com/discourse/wp-discourse) publishing settings.
2. Make sure “embed truncate” is not checked in Discourse site settings.

This will mean that:

1. [WP Discourse](https://github.com/discourse/wp-discourse) will just send excerpts to Discourse.
2. The post in Discourse will have a link back to the Wordpress post.
3. There will be no “Show Full Post” button.

Which I think would meet your requirements?

---

<div class="post-metadata">

### Author: ![cosdesign](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cosdesign/32/208585_2.png) [@cosdesign](https://meta.discourse.org/u/cosdesign)
#### Post date: [October 2, 2024, 9:25am UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/14 "2024-10-02T09:25:50Z")

</div>

Hey Angus, thanks for your quick reply. Yeah, the embed truncate option indeed removed the button, thanks!

In addition to this, we can rename the “Originally published at” into anything you want (I typed “Read the full guide at:”) by going to the Discourse wp plugin \> Text Content tab. Awesome 🙂

---

<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: [November 1, 2024, 9:26am UTC](https://meta.discourse.org/t/turn-off-show-full-post-in-wp-discourse-plugin/50342/15 "2024-11-01T09:26:48Z")

</div>

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