Viewing 2 replies - 1 through 2 (of 2 total)
  • Your header content (in header.php) should be the same on all pages. Make sure you are adding this source code on the header.php file.

    Check your source code to see if the code for the nav links are appearing on other pages. If they are not, try some simple text in the header.php.

    @mcnaircreative

    Write this code in your header.php file:

    <?php
    if (is_home()) :
    ?>
    # <img src="twitter_logo.png" width="26" height="26" border="0" id="Image1" onmouseover="MM_swapImage('Image1','','twitter_logo_over.png',1)" onmouseout="MM_swapImgRestore()" />
    #
    # <img src="facebook_logo.png" width="24" height="24" border="0" id="Image2" onmouseover="MM_swapImage('Image2','','facebook_logo-over.png',1)" onmouseout="MM_swapImgRestore()" />
    # <img src="youtube-logo.png" width="63" height="26" border="0" id="Image3" onmouseover="MM_swapImage('Image3','','youtube-logo_over.png',1)" onmouseout="MM_swapImgRestore()" />
    # <img src="feed-icon-2.png" width="24" height="24" border="0" id="Image4" onmouseover="MM_swapImage('Image4','','feed-icon-2_over.png',1)" onmouseout="MM_swapImgRestore()" />
    <?php endif;?>

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

The topic ‘Header.php’ is closed to new replies.