You will likely find something useful here:
http://wordpress.org/search/Twenty+Eleven+add+logo?forums=1
note: That comes from the barely-visible search box at top-right on this forums page.
Hi!!
Thank you, after some reading (http://www.transformationpowertools.com/wordpress/logo-and-site-title-twenty-eleven) i still have questions such as:
I understood i have to Edit header.php with this:
<h1 id="site-title"><span><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img id="site-logo" src="<?php echo get_stylesheet_directory_uri(); ?>/images/site-logo.png" alt="" /><?php bloginfo( 'name' ); ?></a></span></h1>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
but i don’t understand how and where to insert my image url (my image is in my pc, do i have to use a program such as imgur.com to give it a URL?)
i shall read some more.
Thanks
Francesca
I might be wrong here, but I think /images/site-logo.png means your code expects to find that file inside an “images” folder inside your site’s “root” folder.
Are you aware that all of your changes will be lost when WP is updated. You should be using a child theme –
http://codex.wordpress.org/Child_Themes
Do not modify theme files directly!
but i don’t understand how and where to insert my image url (my image is in my pc, do i have to use a program such as imgur.com to give it a URL?)
You need to upload the image to your site.
WPyogi
Thank you 🙁 ,i know about the childtheme 🙁 but when i updated wordpress last time it did not change anything, altho i have all the codes writted down in case i want to create this childtheme.
Do i have to put the image in a specific folder or can i just upload it to one of my website pages (i did already under “Banner”)
and thank you all so much for your help!!!!
Francesca
I’d suggest making a child theme before proceeding.