• Resolved avanemden

    (@avanemden)


    Having a little bit of trouble with putting my logo onto this theme. I’ve read all the tutorials and everything and still get nothing. All that happened is where the text saying the name of my site was, is gone. Any help is appreciated!!!

    <h1 id="side title">
    					<span>
    						<a> title="<?php bloginfo('name');?>" rel="home">
       		               <imgsrc="https://dszmedley.com/wp-content/themes/twentyten/images/logo.jpg" alt="dszmedley.com" />
                                                    </a>
    					</span>
                                   </h1><!--end of h1 site-title-->

    Is this even correct? I uploaded the image to my cpanel as well. Help asap please!!

    [Please post code snippets between backticks or use the code button.]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,
    When I try to visit:
    https://dszmedley.com/wp-content/themes/twentyten/images/logo.jpg
    it seems the image is not in that location.
    You need to FTP your “logo.jpg” file to the /twentyten/images/ directory.
    Paul

    Thread Starter avanemden

    (@avanemden)

    ok, meaning in the wordpress media library thing?

    Thread Starter avanemden

    (@avanemden)

    i changed the the location on the code to:

    <h1 id="side title">
    					<span>
    						<a> title="<?php bloginfo('name');?>" rel="home">
       		               <imgsrc="https://dszmedley.com/wp-content/uploads/2011/06/dsz-logo.gif1_.jpg" alt="dszmedley.com" />
                                                    </a>
    					</span>
                                   </h1><!--end of h1 site-title-->

    still havent seen a change, sorry if i seem stupid i’m pretty new at creating websites and such. Again thanks for your help, and patients

    [Please post code snippets between backticks or use the code button.]

    Thread Starter avanemden

    (@avanemden)

    btw the new location is what is was located under in the wordpress media library…

    No, that will put the image in wp-content/uploads.
    Images for themes should be kept in the theme/YOUR-THEME/images directory.
    If your web host provides you with “CPanel” you should be able to use the “File Manager” to upload your logo.jpg into a specific directory.
    Otherwise, you’ll need an FTP program to do it.

    Does your web host use CPanel?

    Okay, you probably just need to change “imgsrc” to “img src” in that code, then. (has to be a space there: ‘img’ is the html element, ‘src’ is an attribute — have to keep them separate.)
    Try it out.

    Thread Starter avanemden

    (@avanemden)

    Suprisingly something that simple was the correct solution. Thank you for all the help really means a lot to finally be able to solve this problem!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do i add a logo to my site?’ is closed to new replies.