How to store and manage your custom plugin options
The best way to store, manage, and access custom options for your plugin with wp_options()
The best way to store, manage, and access custom options for your plugin with wp_options()
Lessons learnt and mistakes made starting a WordPress plugin company. Some good, some bad.
How to change the default WordPress Excerpt label and description
How to set the WordPress link dialog box to have the target _blank checkbox selected by default.
The WP admin bar is certainly handy and the dropdown menu listing the sites in the current network is great for quickly switching between them. Unfortunately this same dropdown menu can also cause slow site speeds,…
I recently had a fairly obscure problem on a WordPress site and I wanted to write about it on the off chance it saves somebody else a few frustrating hours. The problem Whenever a password…
Coming soon, in the mean time see this blog tutorial
For the most part WordPress does a decent job of renaming and cleaning up attachment media filenames, but sometimes it’s just not quite good enough. When it comes to UTF8 characters or accents it tends…
We recently started created a new theme for our company website. Obviously we were excited about using all the swish (relatively) new PHP features, closures, short array syntax etc etc. As you may or may not…
WordPress 4.3 is due on Tuesday, 18th August. Here is a brief run down of all the coming changes, enhancements and bug fixes. PHP4 style constructors deprecated – This is really the big change in preparation…