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()
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…
As part of an effort to clean up the WordPress admin area for our authors at work we started removing elements from the dashboard they don’t need or want in an effort to make it…
Ok so part 2 in my loosely tied together series on “Cleaning up the WordPress admin” is about how to remove the “Screen Options” and “Help” tab from the top right of the screen. In…