WordPress Help
Official documentation, learning resources, and contributor guides collected from WordPress.org.
-
Exploring WordPress 6.5
In this lesson, we will explore some new features that have landed with WordPress 6.5. The first major release of 2024, WordPress 6.5 “Regina”, is named after dynamic jazz violinist Regina Carter, renowned for her musical mastery and experimental stylings. Learning outcomes Comprehension questions Transcript Improvements to the Cover block Hi, and welcome to Learn WordPress.…
-
WordPress 6.5
Issues in major themes or plugins, reported against the release of WordPress version 6.5 can be found here. Themes ✅ No issues reported as of yet Plugins ✅ No issues reported as of yet Functional Changes ✅ No issues reported as of yet
-
Save the date! WP-CLI Hack Day on Friday, April 26th
We’re happy to announce the third ever WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/ Hack Day! 🤓🎈 On 🕓 Friday, 26th April 2024 we’ll officially kick off the WP-CLI Hack Day at 🕗 . From that…
-
Scaffolding a new block
In this lesson you will scaffold a new block using the create-block tool.
-
Block attributes
Provide block users the ability to change block data using Block Attributes.
-
Introduction to themes for developers
Learn the difference between themes and plugins, and explore the structure block, classic, and hybrid themes.
-
Building your first block
Building on the scaffolded code from the previous lesson, start customizing the block to meet the requirements
-
Block functionality
Learn how to start building your block’s core functionality.
-
Static vs dynamic blocks
Discover the difference between a static block vs a dynamic block, and when to develop which type.
-
Block supports and styles
Learn how to use Block Supports to add common functionality to a block.