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
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 } ?>