How to insert a logo in the header?
Try modifying the header section a bit to comply with the standards. Here is what your code right now: <div id=”header-image”> <img width=”1102″ height=”350″ alt=”” class=”header-image” src=”http://onofri.org/example/wp-content/uploads/2013/06/header1.jpg”> </div> Here is how you can modify the things: <div id=”header-image”> <a href=”https://wordpress.stackexchange.com/questions/104349/<?php echo esc_url( home_url(“https://wordpress.stackexchange.com/” ) ); ?>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” … Read more