Hi there I'm new to WordPress (as of 2 weeks ago)
I have been having a lot of trouble trying to replace my blog text with an image. I know this is a common topic in many forums, which I have come across, yet I'm still a bit stuck. To explain, I followed an 11 part "how to create a WordPress theme" tutorial on themeshaper, and as a result the code within header.php is a little different from all the other examples I have come across over the past days searching.
<div id="branding">
<div id="blog-title"><span><a href="<?php bloginfo( 'url' ) ?>/" title="<?php bloginfo( 'name' ) ?>" rel="home"><?php bloginfo( 'name' ) ?></a></span></div>
<?php if ( is_home() || is_front_page() ) { ?>
<h1 id="blog-description"><?php bloginfo( 'description' ) ?></h1>
<?php } else { ?>
<div id="blog-description"><?php bloginfo( 'description' ) ?></div>
<?php } ?>
</div><!– #branding –>
I'm currently working offline so unable to point to the uploaded page atm. If anyone is able to help out I'd really appreciate it.
Thanks