• 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)
  • Thread Starter adamsmark

    (@adamsmark)

    Is there a way to stick this code directly into the header of the index page, and not into the header.php file? Still looking for ways to get this to work.

    Sorry but I am new to this theme and cannot see how to change the intro text that appears next to the image in the blue box. I do not see where to access the theme’s folder as it states in the instructions. Please help. And please explain in the simplests terms possible as I am not a programmer but a beginning blogger. I could not find any other thems that have intro text.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Modigying Corporate theme header’ is closed to new replies.