Change WordPress Admin logo
Change the logo in the Admin Panel to an image of your choice. Put the code below in the function.php file in your theme. function custom_admin_logo() { echo '<style type="text/css"> ... Read more...
Creating Custom Write Panels in WordPress
Everyone knows that WordPress is one of the most, if not the most, popular blogging systems on the internet today. With its out of the box features, plugins, and great theming community, its no wonder... Read more...
WordPress Template Tag Reference
Our Louisville KY web design team created this quick reference guide to expedite our WordPress theme development, and we found it so useful that we would like to share it with you. The content was reformatted... Read more...
Category title on category page, not on each post excerpt kicker
How to display the Category Title for you wordpress page. <?php if ( is_category() ) { ?><h3><?php single_cat_title(''); ?></h3><?php } ?> GD Star Ratingloading... Read More →
How to Simplify WordPress Custom Fields Layout for a Layman?
We are already aware of the incredible power and flexibility of WordPress, which is one of the biggest reasons for its popularity among its users. And, if we look at the reasons for its flexibility,... Read more...
Display Current Year With PHP
Now that 2011 is just starting, many web designers have to update the copyright year on their own websites, and their client’s websites. Many end up doing it manually and waste a lot of time with this... Read more...




