How to hide logo only from homepage

Discussion in 'WordPress' started by pratik, Jan 31, 2010.

  1. #1
    Hi all...

    I have a particular request by a client.
    I need to hide the logo from the homepage but not frm the inside pages is there a way to do this.

    Can an exclude command work in the header.php...

    thanks in advance
     
    pratik, Jan 31, 2010 IP
  2. Wp-Mod.Com

    Wp-Mod.Com Peon

    Messages:
    381
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try this just replace this with logo code and edit a bit , just replace what is in red with what you want on homepage

    <?php if ( is_home() ) { ?>you code here on home page<?php } else { ?>you code here on other pages like single , archives etc <?php } ?>
     
    Wp-Mod.Com, Jan 31, 2010 IP
    pratik and Kerosene like this.
  3. pratik

    pratik Notable Member

    Messages:
    2,308
    Likes Received:
    114
    Best Answers:
    0
    Trophy Points:
    200
    #3
    Thanks man .. it worked:)
     
    pratik, Feb 1, 2010 IP