| 开发者 | skreep |
|---|---|
| 更新时间 | 2026年1月17日 03:14 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 or later |
| 版权网址: | 版权信息 |
llms_show_excerpt, and you can send X-Robots-Tag: noindex, nofollow for Markdown exports via md_send_noindex if you want Markdown-only consumers without search engine indexing.
If the automatic Markdown conversion does not fit a post, use the “Markdown override” sidebar panel (Gutenberg) or the Classic Editor metabox to provide a custom Markdown or block-based replacement.
Key features
md_send_noindex.llms_show_excerpt to add one-line summaries under each item.The plugin serves llms.txt dynamically via WordPress. It is not a physical file on disk.
Most often this is a rewrite or web-server routing issue. If you run Nginx in front of Apache, make sure .md requests are routed to WordPress (not handled as static files).
When you change the base path, flush permalinks and confirm that .md and /llms.txt are not short-circuited by static file rules.
Enable the “Send X-Robots-Tag: noindex, nofollow for Markdown” option (stored as md_send_noindex) to emit the header on all Markdown responses.
Yes. Open the post in Gutenberg and use the “Markdown override” sidebar panel; Classic Editor users get a “Markdown override (LLM Friendly)” metabox. The override accepts plain Markdown or block markup. If you want to hide a specific entry from llms.txt and Markdown exports, go to Settings → LLM Friendly → llms.txt → “Excluded items”, search by title, and add it to the exclusion list.