How to serve file downloads from WordPress plugin
Every once in a while plugins you develop will have to serve dynamically generated files. Eg. you have some data and you want the user […]
Every once in a while plugins you develop will have to serve dynamically generated files. Eg. you have some data and you want the user […]
Why should you move to HTTP2 How to enable HTTP2 support in Apache Why you should move to HTTP2 Because HTTP 1.1 was drafted 18 years […]
Dealing with forms in WordPress plugins sooner or later you’ll have to redirect the user on successful or failed submission. An example situation is that […]
If for some reason your theme does not show post tags, or you’re designing a custom theme and are wondering how to display the tags […]
Every once in a while your plugin will require a time-based running schedule, for example you have a plugin that renews all Let’s encrypt certificates […]
Why do you need to add additional fields to WooCommerce categories Every once in a while the built in fields won’t be enough and you’ll […]
When a client came to me and asked me to add tags over the thumbnail in WooCommerce Archive and Category pages I thought that it […]
In order to be able to search for media attachments by category, first you have to enable category taxonomy for media attachments. Once you’ve enabled […]
If you for example to be able to query images by category for whatever reason, you’ll want to enable category taxonomy for the attachment post […]
For a project I’m working on, I had to create a file upload in a post meta. I wanted to utilize the WordPress media uploader […]
Copyright © 2026 | WordPress Theme by MH Themes