Build Plugins & Themes for AIPostify
AIPostify's extension ecosystem provides a deeply-built, WordPress-familiar API surface for plugin and theme developers. Hook system, Shortcode API, MetaBox API, Custom Post Types, Custom Taxonomies, Settings API, Role/Capability system, Theme templates, Widget areas, and Nav-menu locations — everything you need is built and ready.
🚀 Real, Working Examples Included
The codebase includes a complete working example plugin (postify-announcements) and a default theme (aipostify-default). Every code example in this documentation references real, verified method signatures from these working implementations.
Plugin Development
Create your first plugin in 10 minutes. Learn the Hook system, register Custom Post Types, build Shortcodes, add Settings pages, and more.
Start Plugin Guide →Theme Development
Build beautiful themes with Blade templates. Learn the Template Hierarchy, register Widget Areas and Nav Menu Locations, and style with full control.
Start Theme Guide →Plugin API Reference
Hook API
Actions, Filters, WordPress-familiar aliases
Post Types
Register custom content types
Taxonomies
Custom categories and tags
Shortcodes
Embeddable content blocks
Meta Boxes
Custom fields UI panels
Database Migrations
Auto-run custom database tables
Settings
Per-plugin namespaced settings
Admin Menu
Dashboard menu items
Roles & Caps
Custom roles and permissions
plugin.json
Manifest field reference
Theme API Reference
Last verified against AIPostify core. © 2026 AIPostify Marketplace Developer Documentation.