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://cn.wordpress.org/plugins/seory-posts-to-markdown/#description)
 * [评价](https://cn.wordpress.org/plugins/seory-posts-to-markdown/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/seory-posts-to-markdown/#installation)
 * [开发进展](https://cn.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**.

## 常见问题

### 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/)，或通过
[RSS](https://plugins.trac.wordpress.org/log/seory-posts-to-markdown/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/seory-posts-to-markdown/)。

## 更新日志

#### 0.1

 * Initial release.

## 额外信息

 *  版本 **0.1**
 *  最后更新：**1 周前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 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://cn.wordpress.org/plugins/tags/ai/)[converter](https://cn.wordpress.org/plugins/tags/converter/)
   [export](https://cn.wordpress.org/plugins/tags/export/)[LLM](https://cn.wordpress.org/plugins/tags/llm/)
   [markdown](https://cn.wordpress.org/plugins/tags/markdown/)
 *  [高级视图](https://cn.wordpress.org/plugins/seory-posts-to-markdown/advanced/)

## 评级

尚未提交反馈。

[您的评价](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/)