# (WP-Discourse) 게시물 내부의 워드프레스 사이트로 돌아가는 링크 제거

**URL:** https://meta.discourse.org/t/wp-discourse-remove-link-back-to-wordpress-site-inside-post/198574
**Category:** WordPress
**Created:** [7월 29, 2021, 2:49오후 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:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fixapc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fixapc/32/229268_2.png) [@Fixapc](https://meta.discourse.org/u/Fixapc)
#### Post date: [7월 29, 2021, 2:49오후 UTC](https://meta.discourse.org/t/wp-discourse-remove-link-back-to-wordpress-site-inside-post/198574/1 "2021-07-29T14:49:21Z")

</div>

WP-Discourse 플러그인과 관련하여, 게시글이 있는 WordPress 사이트로 돌아가는 링크를 제거하려면 플러그인 편집기를 사용해야 합니다.

---

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

</div>

안녕하세요 @Fixapc님, 사용자 지정 게시물 템플릿을 적용하면 원하는 대로 설정할 수 있습니다. 자세한 방법은 여기를 확인해 보세요. `{blogurl}` 변수를 제거해야 합니다.

> [@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…

---

<div class="post-metadata">

### Author: ![Fixapc](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fixapc/32/229268_2.png) [@Fixapc](https://meta.discourse.org/u/Fixapc)
#### Post date: [7월 30, 2021, 3:32오후 UTC](https://meta.discourse.org/t/wp-discourse-remove-link-back-to-wordpress-site-inside-post/198574/3 "2021-07-30T15:32:16Z")

</div>

```
      감사합니다. 이전에 이 설정을 적용해 두었는데 업데이트 후 사라졌습니다. 플러그인 옵션에 이 기능이 추가되어야 합니다. 특히 저작권을 과도하게 침해하지 않으려는 경우라면 더욱 그렇습니다. 제 사이트에는 뉴스 집계 공간이 있는데, 뉴스 발췌문을 게시할 때 제 사이트로 되돌아가는 링크를 원하지 않습니다. 그렇게 하면 다른 사람의 작업을 마치 제가 한 것처럼 보일 수 있기 때문입니다.

```
