A Classic Theme. You can purchase complete Course using this LINK
- Advanced Custom Field
- Members
- Loco Translate # Only for modifying language translation
This plugin provides post statistics. It demonstrates how to create a sub-page under the settings page/option page on the dashboard. The options page includes several form fields. Primarily, it focuses on the WordPress Settings REST API. It also provides insights into language translation in WordPress.
This plugin filters specific words from the WordPress content on the front-end. It shows how to create a new page on the WordPress dashboard with a custom icon and sub-menu. It primarily focuses on form submission handling using a custom approach as opposed to the WordPress Settings REST API.
: This plugin creates a MCQA section on the blog content using the WordPress Gutenberg block editor. It teaches several concepts about creating WordPress Gutenberg blocks. For example: @wordpress/components
,useBlockProps
,InspectorControls
, BlockControls
, AlignmentToolbar
,wp.data.select("core/block-editor").getBlocks()
,wp.data.dispatch("core/editor").lockPostSaving
,wp.data.dispatch("core/editor").unlockPostSaving
,wp.data.subscribe
,registerBlockType example
,block.json
, etc.
This plugin inserts custom post items into the content and fetches the content dynamically using the WordPress block editor. It teaches several concepts about the WordPress Gutenberg block editor. For example: registering post_meta and saving, updating, and deleting post_meta from Gutenberg blocks,select('core').getEntityRecords('postType', 'professor', { per_page: -1 })
,select(coreDataStore).hasFinishedResolution('getEntityRecords', ('postType', 'professor', { per_page: -1 }))
,@wordpress/api-fetch
, internationalization at the block editor level, etc.
This is just a block editor version of the new-database-table
plugin with exactly the same concept.
This repository also contains the ai1wm-backups
directory under wp-content
, which contains database backups of this project taken using the All-In-One WP Migration
plugin. The All-In-One WP Migration
plugin is also included with it.