Hi All,
Just uploaded free Revolution Theme by Brian Gardner. Everything seems OK, except the "Revolution" logo got uploaded instead of my logo.
Anybody know the fix on that?
www.hawaii4newbies.com
Gene
Hi All,
Just uploaded free Revolution Theme by Brian Gardner. Everything seems OK, except the "Revolution" logo got uploaded instead of my logo.
Anybody know the fix on that?
www.hawaii4newbies.com
Gene
In your header is a call to
<div class="headerleft">
<a href="<?php echo get_settings('home'); ?>/"><img src="<?php bloginfo('template_url'); ?><strong>/images/logo.gif</strong>" alt="<?php bloginfo('name'); ?>" /></a>
</div>
Did you upload your logo as logo.gif and upload it to the correct file-images
Hi 4k,
Well, my website logo was on my site from what I entered in "General Settings" in Admin. How do I retrieve that and enter it in the Revolution header ... without goofing the new header?
Oh, excuse me, thanks for replying.
Gene
Where you see Revolution is a graphic. You can download that graphic to an image program and create it specially for your site OR if you just want the title in text replace everything in the <div class="headerleft">
With
<h1>
<a href="<?php echo get_settings('home'); ?>">
<?php bloginfo('name'); ?></a>
</h1>Thanks, Debra. Didn't get my tagline back, but at least got my own website name up there ... just replaced the code with that which you gave me.
Want to change the colors, put my own background in header box, etc. Think I'll have a pro do that.
And thanks again for your help.
Gene
for your tagline add this in the same div under the h1
<p><?php bloginfo('description'); ?> </p>You must log in to post.