Authored by Calvin Freitas on February 23rd, 2011
The quick answer:
<?php show_admin_bar(false); ?>
All the Info:
WordPress 3.1 has been released. WPCandy tells you what’s new and exciting.
One of the features is a new admin bar that sits at the top of the page and provides logged in admins quick access to their profile, adding a new post or page, comments, widgets, and menus. This is a great new feature — most of the time — but sometimes it will break on sites with incompatible themes.
How do you turn off the WordPress Admin bar?
The easiest way is to update the functions.php file for your theme and include the following function call.
Add to functions.php:
<?php show_admin_bar(false); ?>
View documentation for show_admin_bar() or the show_admin_bar filter.
Posted in: Uncategorized | Comments Off
Authored by Calvin Freitas on December 3rd, 2009
The Elitwee MyTwitter 3 Plugin for WordPress has been released and is available for download now from the WordPress Plugins Directory.
Description: Elitwee MyTwitter is a simple tweet widget and status updater for WordPress.
What’s New?: This new version allows you to easily add one-or-more Twitter widgets to any widget-enabled WordPress theme. You can also post updates to Twitter directly from the plugin’s Settings page. It is compatible with WordPress 2.8 and higher.
Download
View Screenshots
View Additional Information
Posted in: Uncategorized | Comments Off
Authored by Calvin Freitas on November 16th, 2009
I’ve updated the custom theme for my website! Look at it now.
I spent today finishing the code for the custom WordPress theme I use to power the layout and design of the site. Many thanks to Jason Oxrieder for doing the graphic design work behind the new look!
The new design is just one example of the custom WordPress development I am able to do. I provide WordPress consulting and can answer questions about topics related to customization, themes, plugins, settings, system administration, and more.
Posted in: Uncategorized | 1 Comment »