I am trying to edit the header of my website to use my logo in the header. In the header.php file under the "Display Logo Image or Site Title" code here is what I have after putting in the image link:
$options = get_option('zeefocus_options');
if ( isset($options['themeZee_general_logo']) and $options['themeZee_general_logo'] <> "" ) : ?>
<img class="logo-image" src="http://i.imgur.com/02WuoWa.png" alt="Auto-Platre" /></a>
I saved and uploaded the file, but the webpage is still the same. Do I need to edit anything in the Wordpress admin?
Without more info this question is kind of hard to answer but here are a few things to try: