WordPress provides an excellent scheduling system known as wp_cron, which allows developers to schedule tasks to run automatically at certain intervals. This can be useful for a variety of use cases like running background tasks, sending emails, cleaning up old data, or performing any other maintenance task on a regular basis. In this article, we […]
Author: George
Optimizing SEO with WordPress: A Practical Guide
In this article, we’ll explore key strategies and plugins to help you optimize your WordPress site for search engines. From configuring SEO plugins to optimizing site structure and content, these tips will guide you in making the most of WordPress’s built-in features for better search visibility and user engagement. 1. Start with an SEO Plugin […]
Meta capability mapping tutorial
Meta capabilities can be mapped to primitive ones. In this tutorial we will try to demonstrate how meta capability mapping works.
How to change the author permalink
If your site is more than a blog, it might make sense to change the author permalink to a more suitable structure. Here's how to do that.
How to create an admin page
Admin pages, or admin screens, are a necessary component in plugin development. In this article we are exploring how to create an admin page.
Must-use (MU) Plugins
There is a special kind of plugins called must-use (MU) plugins. They were first introduced with WPMU (WordPress Multi User), the predecessor of WordPress Multisite. But what's so special about them? Let's find out.