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...
See it with your own eyes
Wanna see every single "box" that makes up a page? Try putting this in the stylesheet temporarily: * { border: 1px solid red !important; } GD Star Ratingloading... 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 →



