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.
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.
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…
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.
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…
Kinsta Kingpin: Interview With Matt Cromwell
This is our interview with Matt Cromwell, head of support at WordImpress.
Kinsta Kingpin: Interview With Bart Dabek of FlowPress
This is our Q&A interview with Bart Dabek, co-founder of FlowPress.
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.
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.
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.
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.