Markdown Editor for Posts
Disable Gutenberg and TinyMCE, replacing them with a Markdown editor powered by CodeMirror.
- Write posts and pages in clean, distraction-free Markdown.
- Instant preview of formatted text.
Allowed Default Editor PRO
Enter the IDs of posts or pages where you want to keep the default editor (Gutenberg or TinyMCE).
- Separate multiple IDs with commas (e.g.
1, 25, 42
). - Useful when you need Markdown globally but prefer the default editor for specific content.
Markdown Editor for Taxonomies PRO
Enable the Markdown editor in taxonomy terms (categories, tags, custom taxonomies).
- Makes taxonomy descriptions easier to format with Markdown.
Allowed Default Editor
Enter the IDs of taxonomy terms where you want to keep the default editor.
- Separate multiple IDs with commas (e.g.
1, 25, 42
).
Create Page Templates PRO
Define custom page templates by name directly from the admin.
- Example:
Full Width, Landing Page
. - Template IDs will be automatically generated (e.g.
full-width.php
,landing-page.php
). - Lets you quickly assign new layouts without touching theme files.
Register Menu PRO
Automatically register one or more WordPress menus.
- Enter menu names separated by commas (e.g.
Primary, Footer 1, Menu 2
). - Menu IDs will be auto-generated as
primary
,footer-1
,menu-2
. - Simplifies menu creation and ensures consistent naming conventions.