1
Help with WordPress / Re: Help with header.php
« on: July 16, 2011, 11:44:36 PM »
Thank you for the reply. I went to general settings and there was no where to change anything. this is the what I got when I emailed the site I bought the script from.
Please modify the following code in your header.php file.
<h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
Delete: <?php bloginfo('name'); ?>
And replace it with:
<img src="the url to image" title="Home" alt="Your description" />
this is what I currently have
<div class="logo">
<h1><a href="<?php echo get_option('home'); ?>/" title=" <img src="http://ultimate-business-solutions.com/wp-includes/images/powercdc-logo.jpg" title="Home" alt="Your description" />- <?php bloginfo('description'); ?>">
<img src="http://ultimate-business-solutions.com/wp-includes/images/powercdc-logo.jpg" title="Home" alt="Your description" />
-
<?php bloginfo('description'); ?>
</a></h1>
</div>
<!--/logo -->
Please modify the following code in your header.php file.
<h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
Delete: <?php bloginfo('name'); ?>
And replace it with:
<img src="the url to image" title="Home" alt="Your description" />
this is what I currently have
<div class="logo">
<h1><a href="<?php echo get_option('home'); ?>/" title=" <img src="http://ultimate-business-solutions.com/wp-includes/images/powercdc-logo.jpg" title="Home" alt="Your description" />- <?php bloginfo('description'); ?>">
<img src="http://ultimate-business-solutions.com/wp-includes/images/powercdc-logo.jpg" title="Home" alt="Your description" />
-
<?php bloginfo('description'); ?>
</a></h1>
</div>
<!--/logo -->
