Toss this into your functions.php file to add or remove items from the favorites menu (dropdown by Howdy greeting) in WordPress. Continue reading Customize WordPress “Favorites” Menu
Month: August 2010
Change Search Engines Blocked text in WordPress
Changes “Search Engines Blocked” to some other text, in this case “Privacy Mode Enabled.” Just put this in your function.php file. Continue reading Change Search Engines Blocked text in WordPress
Add more Date/Time Format options to WordPress
If you often customize the date/time formats in WordPress, this might be useful. Just put into your functions.php file and your new formats will be added to the list. Continue reading Add more Date/Time Format options to WordPress
Updating Permalink Structure from a Plugin
If you need to update/re-save the permalink structure from within your plugin, here’s how: