WordPress

Web Development Articles

Stay up to date with the blog posts about the most popular PHP framework, WordPress. From articles about performance to articles about improving SEO results.

WordPress Maintenance
WordPress

4 mins

WordPress Maintenance

WordPress maintenance is essential for keeping your site running at peak performance and reducing security risks. This article covers the most essential tasks required for WordPress maintenance.

Developing WordPress with Docker
WordPress

6 mins

Developing WordPress with Docker - Quick Start Guide

Developing WordPress couldn't be easier than by using Docker. Quickly spin up any version of WordPress and any version of PHP with just a few simple tweaks to a config file! Including e-mail support with MailHog and visual database management with PhpMyAdmin.

Interact with a WordPress Database from a Laravel Application
Laravel

2 mins

Interact with a WordPress Database from a Laravel Application

Have a Laravel application on a subdomain that interacts with a WordPress database? In some cases a REST API connection is simply unnecessary, especially for simple database queries. In this post we take a look at how we can improve performance and use the Eloquent ORM to interact with WordPress' data.

WordPress Caching | No Plugins
WordPress

3 mins

WordPress Caching - No Plugins

Implement caching in WordPress plugins and themes without using a plugin. WordPress' transient API provides us with the ability to create a database caching right out of the box. By implementing a simply API over the top, we can easily start to cache parts of our theme or plugins.

Copyright © 2024 | bonnick.dev