WordPress Search Plugins: Introducing Scry Search
I have been working with WordPress for years now. I run a WordPress site for myself, for friends and family, and I run several production WordPress sites for clients. In […]
I have been working with WordPress for years now. I run a WordPress site for myself, for friends and family, and I run several production WordPress sites for clients. In […]
My business is building awesome new car detailing software to help car detailers run their businesses more efficiently. Read about how it is going! The Vision In May of 2025, […]
Have you ever wanted to use a composer package in your WordPress plugin? If so, then you may have run into namespace collision problems between your plugin and other plugins […]
Scheduling tasks to be run at regular intervals in your WordPress plugin can be confusing if you’ve never done it before. And testing to make these “WordPress cron jobs” work […]
I am building an Laravel web app to help me generate annotations for images. I will be using these annotated images to train computer vision object detection models. As a […]
If you have ever developed custom blocks for WordPress, you have surely run into the problem of applying block styles to specific html elements of your block. Maybe you want […]
As the developer of several WordPress Plugins, including Bible Buddy, StoragePress Self-Storage, and ContentOracle AI Chat, I have learned a lot about building plugins for WordPress. The most glaring among […]