Title: Seory Posts to Markdown
Author: seoryco
Published: <strong>2026년 8월 10일</strong>
Last modified: 2026년 8월 10일

---

플러그인 검색

![](https://ps.w.org/seory-posts-to-markdown/assets/banner-772x250.png?rev=3640661)

![](https://ps.w.org/seory-posts-to-markdown/assets/icon-256x256.png?rev=3640661)

# Seory Posts to Markdown

 작성자: [seoryco](https://profiles.wordpress.org/seoryco/)

[다운로드](https://downloads.wordpress.org/plugin/seory-posts-to-markdown.0.1.zip)

 * [세부사항](https://ko.wordpress.org/plugins/seory-posts-to-markdown/#description)
 * [평가](https://ko.wordpress.org/plugins/seory-posts-to-markdown/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/seory-posts-to-markdown/#installation)
 * [개발](https://ko.wordpress.org/plugins/seory-posts-to-markdown/#developers)

 [지원](https://wordpress.org/support/plugin/seory-posts-to-markdown/)

## 설명

Seory Posts to Markdown converts your site content into clean Markdown files and
bundles them into a single ZIP archive — ready to hand to AI tools, static site 
generators, or any Markdown-based workflow.

**Everything runs on your server.** No data is sent to external services, no API
keys, no accounts.

#### Features

 * Export posts, pages, and public custom post types in one click
 * YAML front matter: title, date, type, status, slug, link, author, featured image,
   categories, tags, custom taxonomy terms, draft flag
 * **Two content modes**: raw editor content, or fully rendered content with shortcodes
   and blocks expanded (`the_content` filters applied)
 * Per-post-type taxonomy filters (categories, custom taxonomies) plus a global 
   date range; optionally include drafts
 * Flexible output layout: flat files (`slug.md`), per-post folders (`slug/index.
   md`), date prefixes (`2024-01-15-slug.md`), and year / year-month folders
 * Optional `index.md` table of contents — a convenient entry point when handing
   the archive to AI tools
 * GFM tables, fenced code blocks, ATX headings
 * Batch processing keeps large sites within PHP time limits

#### What it does not do

 * Images are not downloaded; image URLs remain as Markdown references
 * `script`, `style`, and `noscript` elements are removed from the output

#### Related

A browser-based version (convert a WordPress export XML without installing anything)
is available at [tools.seory.co.jp/wp-to-markdown](https://tools.seory.co.jp/wp-to-markdown).

## 스크린샷

[⌊Export settings under Tools → Seory Posts to Markdown: per-post-type selection
with taxonomy filters, content rendering modes, date range, and output options⌉⌊
Export settings under Tools → Seory Posts to Markdown: per-post-type selection with
taxonomy filters, content rendering modes, date range, and output options⌉[

Export settings under Tools  Seory Posts to Markdown: per-post-type selection with
taxonomy filters, content rendering modes, date range, and output options

## 설치

 1. Install and activate the plugin.
 2. Go to **Tools  Seory Posts to Markdown**.
 3. Choose post types and output options, then click **Convert and download ZIP**.

## FAQ

### Is my content sent anywhere?

No. Conversion runs entirely on your own server, and the generated ZIP is deleted
right after download.

### What is the difference between the two content modes?

_Raw editor content_ converts the stored post content as-is: shortcodes stay unexpanded
and block markup comments are removed. _Rendered content_ applies the `the_content`
filters first, so shortcodes and blocks are expanded to their final HTML before 
conversion.

### Which user roles can use it?

Users with the `export` capability (administrators by default).

### Are custom post types supported?

Yes — all public custom post types appear in the post type list.

### Can I customize the front matter?

Yes. Developers can add, remove, or reorder keys with the `seoryco_wpmd_frontmatter`
filter:

    ```
    add_filter( 'seoryco_wpmd_frontmatter', function ( $pairs, $post ) {
        $pairs['subtitle'] = '"' . get_post_meta( $post->ID, 'subtitle', true ) . '"';
        return $pairs;
    }, 10, 2 );
    ```

Values must be YAML-formatted; keys with an empty-string value are omitted.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Seory Posts to Markdown”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ seoryco ](https://profiles.wordpress.org/seoryco/)

“Seory Posts to Markdown”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/seory-posts-to-markdown/contributors)
님께 감사드립니다.

[자국어로 “Seory Posts to Markdown”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/seory-posts-to-markdown)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/seory-posts-to-markdown/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/seory-posts-to-markdown/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/seory-posts-to-markdown/)을 [RSS](https://plugins.trac.wordpress.org/log/seory-posts-to-markdown/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.1

 * Initial release.

## 기초

 *  버전 **0.1**
 *  최근 업데이트: **3주 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.7 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/seory-posts-to-markdown/) 및 [Japanese](https://ja.wordpress.org/plugins/seory-posts-to-markdown/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/seory-posts-to-markdown)
 * 태그:
 * [AI](https://ko.wordpress.org/plugins/tags/ai/)[converter](https://ko.wordpress.org/plugins/tags/converter/)
   [export](https://ko.wordpress.org/plugins/tags/export/)[LLM](https://ko.wordpress.org/plugins/tags/llm/)
   [markdown](https://ko.wordpress.org/plugins/tags/markdown/)
 *  [고급 보기](https://ko.wordpress.org/plugins/seory-posts-to-markdown/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/seory-posts-to-markdown/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/seory-posts-to-markdown/reviews/)

## 기여자

 *   [ seoryco ](https://profiles.wordpress.org/seoryco/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/seory-posts-to-markdown/)