Launch WordPress in local with Docker Compose

If you are here you are bored of the classic WAMPP or XAMPP to launch your WordPress installation locally but you want to use the new technologies made available by Docker Compose and containers. It may often be necessary to make changes or updates to the WordPress installation but it […]

Read More…

A comprehensive guide to optimizing WordPress

In today’s fast-paced online world, website speed is crucial for user engagement and SEO ranking. This article delves into optimizing your WordPress website for maximum speed, providing practical tips and code examples to put into action. Understanding the Importance of PageSpeed for optimizing WordPress: Analyzing Your Current PageSpeed: Before diving […]

Read More…

Create a WordPress plugin

Wordpress - create a plugin

It is not uncommon to look for the perfect plugin/functionality for your blog/site in WordPress but not find it because you have too precise an idea of what you would like. It is in these cases that the possibility of infinitely extending WordPress comes to our rescue. We can add […]

Read More…

Add and modify a primary menu with WordPress

wordpress menus

The primary menu plays a crucial role in your WordPress website’s navigation, guiding users to different sections and content. Whether you’re building a new site or revamping an existing one, knowing how to add and modify your primary menu is essential. This article walks you through the process, providing clear […]

Read More…