• HEy all,

    I was wondering if it was possible to make certain pages call a different header.php file. In some pages, I only want my logo to appear, where as usually my menu and sidebars appear as well.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tculley

    (@tculley)

    I’m confused reading through this codex..is there any way you could give me instructions relative to my site.

    I want to change the way the page called ‘Example 1’looks on my site.

    Body in the header.php looks like:

    <body>
    <div id="header">
    	<div id="logo">
    <a href="https://www.steriletechllc.com"><img src="https://img.photobucket.com/albums/v186/Silvertongue_Designs/sterilelogo3.jpg" border="0" alt="Sterile Technology LLC"></a>
    	</div>
    	<!-- end #logo -->
    	<div id="menu">
    		<ul>
    
    			<?php wp_list_pages('title_li=' ); ?>
    		</ul>
    	</div>
    <p></p>
    <div id="space"></div>
    	<!-- end #menu -->
    <div id="picture"></div>
    </div>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing the Header in certain pages’ is closed to new replies.