WordPress Development
All Articles
How to build a Gutenberg plugin to add functionality to the block editor
Learn how to create complex layouts more easily by building a Gutenberg plugin to enhance the functionality of the block editor.
WordPress dark mode: key benefits and how to set it up
Learn the benefits of adding dark mode to your website and how to easily set up WordPress dark mode with plugins or code.
How your plugin can customize the WordPress Command Palette
The WordPress Command Palette puts frequently used actions at users' fingertips. Here's how you can add your own commands.
Working with WP CLI for WordPress Multisite
Learn how to manage WordPress Multisite with WP-CLI. Discover commands for site management, user roles, plugins, and database tasks.
The WordPress wp_is_mobile() function: is it still useful?
The WordPress wp_is_mobile() function has been around for well over a decade. It may have some life left in it yet.
How to use the WordPress data package to manage application states
State management within complex applications can be a struggle. Let's explore using the WordPress data package to manage application states.
WordPress Loop complete guide: everything you need to know
Learn what the WordPress Loop is, along with how you can use the WordPress Loop in PHP templates and blocks in the Site Editor.
Use the WordPress Block Bindings API to power your blocks
Learn how the Block Bindings API simplifies displaying custom data in blocks allowing you to create dynamic content without extensive coding.
The complete guide to managing a WordPress multisite network
Kinsta's powerful tools and infrastructure are great for optimizing WordPress multisite management. Here's how to get the job done!
Advanced WordPress development: how to build your next project with wp-scripts
Slick WordPress development requires top-notch tools. This post looks at using wp-scripts plus techniques for compilation, linting, testing, and more!
How to continuously deploy your WordPress site to Kinsta with Bitbucket Pipelines
Effortlessly deploy your WordPress site to Kinsta with Bitbucket Pipelines. A simple guide to automate updates and streamline your workflow.
Working with properties and key-value pairs in theme.json
Learn to work with properties and key-value pairs in theme.json to customize settings and styles for WordPress block themes.