Linux 软件免费装

IZ MD Pages

开发者 IvanZhuck
更新时间 2026年9月14日 13:09
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv3
版权网址: 版权信息

标签

seo content markdown ai md

下载

1.0.0 1.1.0

详情介绍:

IZ MD Pages transforms your WordPress website into a dual-format content hub by generating and serving clean, fast, and structured Markdown pages alongside standard HTML. Optimized for AI search engines, LLMs, developer documentation, CLI tools, and feed readers, IZ MD Pages enables instant retrieval of your content in plain text Markdown with zero boilerplate. Key Features

安装:

Automatic Installation
  1. Log in to your WordPress admin dashboard.
  2. Navigate to Plugins → Add New.
  3. Search for IZ MD Pages.
  4. Click Install Now and then Activate.
Manual Installation
  1. Download the plugin ZIP archive.
  2. Upload the uncompressed iz-md-pages directory to your /wp-content/plugins/ directory.
  3. Activate the plugin through the Plugins menu in WordPress.
Post-Installation Setup
  1. Go to Settings → IZ MD Pages to configure enabled post types, URL format (Endpoint /md or Query Var ?md), and front page options.
  2. Visit Settings → IZ MD Pages → Templates to customize post type Markdown templates, headers, and footers.
  3. Refer to Settings → IZ MD Pages → Documentation for detailed guides, syntax references, and developer hooks.

屏幕截图:

  • Templates settings page
  • Documentation page
  • Markdown meta box

常见问题:

How do visitors and AI agents access the Markdown version of a post?

By default, you can append /md to any post or page permalink (e.g. https://example.com/my-article/md). You can also switch the URL format to query parameter mode (?md) in the plugin settings.

Does this affect my site's regular HTML frontend or SEO?

No. Your standard HTML pages remain completely untouched. The plugin only outputs Markdown when the dedicated /md endpoint or ?md parameter is requested. Furthermore, discovery tags (<link rel="alternate" type="text/markdown">) are added to your HTML head to inform crawlers of the alternate format.

Can I disable Markdown generation for specific posts?

Yes. On any post or page edit screen, locate the Markdown Page meta box and check Disable Markdown generation for this post.

Can I write custom Markdown manually for a specific post instead of using the template?

Yes. In the Markdown Page meta box, check Use custom Markdown for this post and enter your custom Markdown in the textarea.

Are custom taxonomies and ACF / post meta supported in templates?

Yes! You can use {%taxonomy:your_tax_name%} for any custom taxonomy, and {%meta:your_field_key%} for any custom post field or ACF value.

Can I override templates or Markdown conversion in my theme code?

Yes. IZ MD Pages provides extensive filter hooks such as iz_md_post_type_template_{$postType}, iz_md_post_template_{$postId}, iz_md_render_block_{$blockName}, iz_md_render_custom_placeholder_{$tag}, and iz_md_page_content.

更新日志:

1.3.0 1.2.0 1.1.0 1.0.0