Tried changing logo & now it's showing as a blue '?' inside a box
-
Please Help!! I’m veryyyy new to using WP… my boss is having me help him edit his client’s website. I fear I’ve messed it up & don’t want to have to tell him that! :X
This is the website:
https://acquirevisualclient.com/orion/
I was trying to change the logo to a new version of it… I deleted the old one from the media upload section & added a new one. Now it just shows as a blue ‘?’ inside a box.
The code is hard to figure out… it looks like this in the header.php file:
<div class=”logo”>“><img src=”<?php echo get_template_directory_uri(); ?>/images/logo.png” alt=”<?php bloginfo( ‘name’ ) ?>” /></div>
Even though when I view source it looks like this:
<div class=”logo”><img src=”https://acquirevisualclient.com/orion/wp-content/uploads/2014/12/oriongc-logo.png” alt=”Orion General Contractors” /></div>
I think I need it to be this link:
https://acquirevisualclient.com/orion/wp-content/uploads/2015/04/oriongc-logo.png
How/where do I change this in the code?
Thank you SOOO much in advance.
- The topic ‘Tried changing logo & now it's showing as a blue '?' inside a box’ is closed to new replies.