Hey guys my logo contains the site name & description of my wp blog but above there is the same texts as a part of my theme.How to remove it pls ?Have a look
At what? Do you self host your blog? If so you can edit out the text in the header.php file in your dashboard.
Go To your Dashboard, then Presentation, under that Theme Editor, then click on Header at the right, and search for the text you want to delete, and delete it. Then click Update File, then you are done.
Look for the following code and delete in the header.php file. Make a backup of the file first!! <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ? PHP: