My office has a big WordPress multisite installation, so we are careful about updating plugins. As a result, there are ofter a number of plugins begging to be updated. It was getting annoying to see that all the time, so this little snippet gets rid of the notice. Continue reading Remove WordPress Plugin Update Count From the Menu
Tag: functions.php
Customize WordPress “Favorites” Menu
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
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:
Put site ID by “Howdy” greeting in WordPress
Grabs the site ID and puts it by the “Howdy” greeting in the upper right hand corner of your WordPress dashboard.
For super admins it’s a link, for regular admins it’s plain text. Continue reading Put site ID by “Howdy” greeting in WordPress
Change “Howdy” to Something Else
I’ve got nothing against the “Howdy” greeting in WordPress, but in case you do, this little snippet might just help you out.
It’s currently set to change “Howdy” to “Yo.” Just drop this in your functions.php file. I’ll turn it into a spiffy plugin later… Continue reading Change “Howdy” to Something Else
Image replacement for wp_list_pages
For those rare circumstances where you just have to replace text-based navigation with images… Continue reading Image replacement for wp_list_pages