Adding header image- it’s not appearing
-
I’ve added a header image to the header.php file, but it’s not showing up on my page. Here is the code, if anyone can offer assistance as to what I am doing wrong. Thank you!
<body>
<img src=”https://www.mywebsite.com/wp-content/themes/defusion/img/header-2.jpg”>
<div id=”page”>
<div id=”header”>
<ul id=”nav”>
<li class=”page_item current_page_item” id=”first”>“>Home
<?php wp_list_pages(‘title_li=&depth=2&sort_column=menu_order’); ?><ul id=”top-nav”>
<?php wp_register(); ?>- <?php wp_loginout(); ?>
<?php wp_meta(); ?>
<li id=”rss”>“>Subscribe RSS Feed<div class=”clear”></div>
</div><!– end header –>
- The topic ‘Adding header image- it’s not appearing’ is closed to new replies.