• In my header code I have

    <a href="http://www.larkz.net"><img src="<?php bloginfo('template_url'); ?>/Images/larkz.net_logo1.png" width="440" height="90" alt="Larkz.NET Logo"></a>

    and my logo is in the right spot uploaded and everything, all I get is the alternate text. All my other images work correctly, any ideas?

    URL is

Viewing 10 replies - 1 through 10 (of 10 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are other images inside that folder being loaded?

    Thread Starter illmatic

    (@illmatic)

    Yes, I used the same code for the social network icons in the sidebar and they are in the same folder and they show up fine. When I go to the url of the image I get a 404 error.
    I also tried re uploading the image file.

    I just uploaded my favicon and that doesn’t seem to be working either.

    http://www.larkz.net

    Thread Starter illmatic

    (@illmatic)

    I tried changing the file name and moved it to the root and changed the location as well, it doesn’t seem to want to work at all 🙁

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Recheck your image URL, it is showing up as

    <img src="http://larkz.net/wp-content/themes/LarkzBeats/larkz.png" width="440" height="90" alt="Larkz.NET Logo">

    (without images folder)

    Thread Starter illmatic

    (@illmatic)

    Yeah, because I just moved it out of the image folder and changed the file name to test it.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Would you be able to move it back into that folder?

    Thread Starter illmatic

    (@illmatic)

    Yep, just moved it back

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You’ve named your logo file with a capital letter.

    Thread Starter illmatic

    (@illmatic)

    Damn, it was that all along! Thought I would have worked something so simple out, haha. Ah the joy of coding. Thanks for your help man!

    Thread Starter illmatic

    (@illmatic)

    But my favicon.ico is still not working properly, anyone have any ideas? I gathered I would just get my icon file and place it in the root of my theme folder and it would automatically detect it?

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Logo in Header isn't showing’ is closed to new replies.