Modigying Corporate theme header
-
I’d like for the intro text to show up only on the main page. The header calls for the intro.html file this way:
<div id="intro"> <div id="introtext" class="span-15"> <?php readintro('intro.html'); ?> </div> <img id="introicon" src="<?php bloginfo('template_directory'); ?>/images/people.png" alt="<?php bloginfo('description'); ?>" /> </div>What would be a good way for having this happen only on the main (index) page?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Modigying Corporate theme header’ is closed to new replies.