I want to add a picture as my page’s logo in place of the Title with tag line.
How do I accomplish this?
Do I have to sacrifice the tag line to do this?
Open your header.php and where you see <?php bloginfo('name'); ?> put your link to the logo in its place. Then you’ll have to style it accordingly.
Can someone show me the code to use in order to change to default header to a banner logo?
My site is http://www.baseballreflections.com
Peter
For that terrible theme you just have to read the instructions in the header.php file about how to replace the header image.
Note: you will have to go into the admin > Presentation and “revert” your colourful header to normal before your own header image will show up.
I truly apologize, but I only know HTML & not php coding! Can someone just look at my site & give me the code that will allow me to replace the default header/banner/logo with one of my own?
I’m sorry, but I need to know what code to remove & what to replace it with. I am trying to learn this stuff! I have learned HTML, CSS, etc. but I haven’t gotten to php (or any other DB) yet (but I will learn this, with some help).
Thank you!
BTW, I tried the last suggestion & nothing worked! I am doing something wrong, but I don’t know what it is yet.
Sorry, I usually never take a look at that awful theme, so I didn’t notice they have removed the instructions from the header.
You need to upload your own header image into the wp-content/theme/default/images directory and then change this line (#37-39) in the style.css file
#header {
background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
}
replace kubrickheader.jpg with the name of your own file.