Skip to content

Articles

A Deeper Look Into the WordPress Text Editor

WordPress users have two editors to choose from: a visual and a text editor. Let's have a look at how to get the most from the WordPress text editor.
Reading time
9 min read
Updated date
November 29, 2022
Post type
Blog
Topic
Business Tools
Topic
WordPress Development

A Deep Dive Into WordPress Automatic Updates

If updating WordPress is an annoying and complex job for you, consider streamlining the upgrade process with WordPress automatic updates.
Reading time
15 min read
Updated date
September 17, 2025
Post type
Blog
Topic
WordPress Updates

How to Remove Query Strings from Static Resources in WordPress

Not every server or CDN can cache query strings. Follow this tutorial on how to remove query strings from static resources in WordPress and improve…
Reading time
4 min read
Updated date
October 1, 2025
Post type
Blog
Topic
WordPress Tips

wp-config.php File – An In-Depth View on How to Configure WordPress

In this tutorial, we show you all the basic, most common and advanced features you can define and edit in your WordPress site's wp-config.php file.
Reading time
13 min read
Updated date
February 5, 2026
Post type
Blog
Topic
WordPress Development

Building Efficient WordPress Queries with WP_Query

In this tutorial, we'll show you how to use the WP_Query class specifically to optimize the SQL queries, reducing execution time and resource consu…
Reading time
8 min read
Updated date
November 25, 2022
Post type
Blog
Topic
WordPress Development

Kinsta Kingpin: Interview With Matt Cromwell

This is our interview with Matt Cromwell, head of support at WordImpress.
Reading time
8 min read
Updated date
September 14, 2023
Post type
Blog
Topic
Kinsta Kingpin

Kinsta Kingpin: Interview With Bart Dabek of FlowPress

This is our Q&A interview with Bart Dabek, co-founder of FlowPress.
Reading time
4 min read
Updated date
July 12, 2024
Post type
Blog
Topic
Kinsta Kingpin

Kinsta Kingpin: Interview With Joshua Broton

Joshua Broton is the former senior developer at Lemonly, and has recently launched his own consulting firm Broton Digital Consulting.
Reading time
5 min read
Updated date
July 12, 2024
Post type
Blog
Topic
Kinsta Kingpin

How To Use the WordPress Register Sidebar Function

In this article we'll look at some ways to use the default WordPress register sidebar function along with some advanced tips.
Reading time
4 min read
Updated date
February 16, 2022
Post type
Blog
Topic
WordPress Development

Managing WordPress Development With Symlinks

Symlinks can be used to point a plugin or theme from one central location to multiple WordPress installs. This minimizes development and testing time.
Reading time
4 min read
Updated date
May 31, 2022
Post type
Blog
Topic
WordPress Development

wp_enqueue_scripts – How to Enqueue Your Assets in WordPress

Use wp_enqueue_scripts in WordPress to add your Javascript and CSS assets to your site while managing their dependencies in a modular way.
Reading time
5 min read
Updated date
November 24, 2022
Post type
Blog
Topic
PHP Function
Topic
WordPress Development