Skip to content

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.
Reading time
15 min read
Updated date
January 16, 2025
Topic
Tech Tips
Topic
WordPress Development

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.
Reading time
12 min read
Updated date
January 14, 2025
Topic
Business Tools
Topic
WordPress Development
Topic
WordPress Tips

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.
Reading time
7 min read
Updated date
January 9, 2025
Topic
WordPress Development
Topic
WordPress Plugins

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.
Reading time
17 min read
Updated date
December 31, 2024
Topic
WordPress Development

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.
Reading time
5 min read
Updated date
January 6, 2025
Topic
WordPress Development

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.
Reading time
17 min read
Updated date
December 24, 2024
Topic
WordPress Development

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.
Reading time
18 min read
Updated date
March 18, 2025
Topic
WordPress Development

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.
Reading time
10 min read
Updated date
December 17, 2024
Topic
WordPress Development

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!
Reading time
17 min read
Updated date
December 9, 2024
Topic
Agency
Topic
WordPress Development
Topic
WordPress Hosting

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!
Reading time
24 min read
Updated date
March 20, 2025
Topic
Agency
Topic
WordPress Development
Topic
WordPress Performance
Topic
WordPress Website Design

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.
Reading time
10 min read
Updated date
December 2, 2024
Topic
Git
Topic
WordPress Development

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.
Reading time
20 min read
Updated date
November 14, 2024
Topic
WordPress Development
Topic
WordPress Themes