# WordPress + Discourse 구조에서 Discourse 사이트만으로 전환하는 것이 가능할까요?

**URL:** https://meta.discourse.org/t/go-from-a-wordpress-discourse-structure-to-a-discourse-site-only/247273
**Category:** General
**Created:** [11월 30, 2022, 11:37오후 UTC](https://meta.discourse.org/t/go-from-a-wordpress-discourse-structure-to-a-discourse-site-only/247273 "2022-11-30T23:37:43Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![spirobel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/spirobel/32/170908_2.png) [@spirobel](https://meta.discourse.org/u/spirobel)
#### Post date: [12월 12, 2022, 5:03오전 UTC](https://meta.discourse.org/t/go-from-a-wordpress-discourse-structure-to-a-discourse-site-only/247273/11 "2022-12-12T05:03:20Z")

</div>

> [@Canapin](#):
>
> 잘 이해했다면 흥미로운 아이디어네요. 기본적으로 포럼은 그대로 유지하면서, Discourse의 API를 통해 포럼 데이터를 가져와서 표시하는 자체 제작 웹사이트를 추가로 만드는 거죠. 맞나요?

네! 제가 말씀드린 바로 그겁니다! Discourse 쪽에서 해야 할 일도 많지 않아요. 어떤 주제 링크에든 .json을 붙이면 이미 API를 사용할 수 있습니다!  
예를 들어, 우리가 현재 대화 중인 이 주제를 확인해 보세요:  
[https://meta.discourse.org/t/go-from-a-wordpress-discourse-structure-to-a-discourse-site-only/247273/8.json?include\_raw=true](https://meta.discourse.org/t/go-from-a-wordpress-discourse-structure-to-a-discourse-site-only/247273/8.json?include_raw=true)

끝부분의 .json과 include\_raw=true를 주목해 주세요. 이렇게 하면 “cooked” HTML 외에도 게시물의 마크다운 원문까지 가져올 수 있습니다.

Strapi도 마크다운 에디터를 사용하므로, 이전과 동일한 코드를 그대로 사용할 수 있습니다.

 ![Screenshot 2022-12-12 at 13-05-29 https __meta.discourse.org](https://global.discourse-cdn.com/meta/original/4X/d/b/c/dbc74f3539de78e3d14cb7e9b5bcbaf0b948f2b5.png)

---

_[View the full topic](https://meta.discourse.org/t/go-from-a-wordpress-discourse-structure-to-a-discourse-site-only/247273)._
