How to remove the Site Name and description ABOVE THE HEADER {Wordpress]

Discussion in 'WordPress' started by extra_work, Jan 13, 2008.

  1. #1
    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
     
    extra_work, Jan 13, 2008 IP
  2. zacdavis

    zacdavis Well-Known Member

    Messages:
    653
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    170
    #2
    At what?

    Do you self host your blog?

    If so you can edit out the text in the header.php file in your dashboard.
     
    zacdavis, Jan 13, 2008 IP
  3. extra_work

    extra_work Active Member

    Messages:
    315
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #3
    extra_work, Jan 13, 2008 IP
  4. zacdavis

    zacdavis Well-Known Member

    Messages:
    653
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    170
    #4
    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.
     
    zacdavis, Jan 13, 2008 IP
  5. Houdy

    Houdy Peon

    Messages:
    267
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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:
     
    Houdy, Jan 13, 2008 IP