# (WP-Discourse) Remove link back to wordpress site inside post

**URL:** https://meta.discourse.org/t/wp-discourse-remove-link-back-to-wordpress-site-inside-post/198574
**Category:** WordPress
**Created:** [July 29, 2021, 2:49pm UTC](https://meta.discourse.org/t/wp-discourse-remove-link-back-to-wordpress-site-inside-post/198574 "2021-07-29T14:49:21Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [July 30, 2021, 5:57am UTC](https://meta.discourse.org/t/wp-discourse-remove-link-back-to-wordpress-site-inside-post/198574/2 "2021-07-30T05:57:09Z")

</div>

Hey @Fixapc, you can achieve that by applying your own post template. Check out the instructions here. You’ll want to remove the `{blogurl}` variable.

> [@Customize the structure of WP Discourse templates](https://meta.discourse.org/t/wp-discourse-template-customization/50754#examples-5):
>
> 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…

---

_[View the full topic](https://meta.discourse.org/t/wp-discourse-remove-link-back-to-wordpress-site-inside-post/198574)._
