A Classic Theme. You can purchase the complete Course using this LINK
- Advanced Custom Field
- Members
- Loco Translate (Only for modifying language translation)
A plugin that provides post statistics. Features include:
- Creates a sub-page under the settings page/dashboard
- Implements various form fields
- Focuses on WordPress Settings REST API
- Includes language translation functionality
A content filtering plugin that:
- Filters specific words from WordPress front-end content
- Creates custom dashboard page with unique icon and sub-menu
- Implements custom form submission handling
- Alternative to WordPress Settings REST API
A MCQA block plugin demonstrating various Gutenberg concepts:
@wordpress/components
useBlockProps
InspectorControls
BlockControls
AlignmentToolbar
- WordPress data operations:
wp.data.select("core/block-editor").getBlocks()
wp.data.dispatch("core/editor").lockPostSaving
wp.data.dispatch("core/editor").unlockPostSaving
wp.data.subscribe
- Block registration and configuration
A dynamic content block plugin showcasing:
- Custom post integration
- Post meta handling in Gutenberg
- Advanced data selection:
select('core').getEntityRecords('postType', 'professor', { per_page: -1 }) select(coreDataStore).hasFinishedResolution(...)
@wordpress/api-fetch
implementation- Block-level internationalization
A block editor implementation of the new-database-table
plugin.
The repository includes the ai1wm-backups
directory under wp-content
, containing database backups created with the All-In-One WP Migration
plugin (included).
Run npm install
and npm run build
to compile the theme assets.