• hello i’m a begginner and i want to put a header image between the top main menu and content page like on pressrow theme or cutline theme. where and what code i should insert to have an image of 800 x 50 pixels. Here is the code of my header.php .

    could you also tell what i should insert for CSS page after sorting out the header page. Please help. Thank you very much!

    <ul id="menu">
             <li><a href="#" alt="home" class="home">Anasayfa<span></span></a></li>
             <li><a href="#" class="about">about<span></span></a></li>
             <li><a href="#" class="archive">archive<span></span></a></li>
             <li><a href="#" class="sitemap">site map<span></span></a></li>
             <li><a href="#" class="contact">contact<span></span></a></li>
    			<?php wp_list_pages('sort_column=menu_order&amp;depth=1&amp;title_li='); ?>
    
    		</ul>
    
    	     </div>
    
    	</div> <!-- #header -->
    
    	<hr />
    
    	<?php /* K2 Hook */ do_action('template_before_content'); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can edit the header.php file and add the code in that file..so that contents will be displayed on each page where you have call the header file.

    You can also check from page.php file and add the code..but it is totally depends on the theme..

    Thanks,

    Shane G.

    Thread Starter burakbbb

    (@burakbbb)

    thank you very much, that really helped.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to put an image between menu and the content’ is closed to new replies.