Evolve Header Logo Permalink
-
This is likely simple, but I am another amateur. I think this has to do with a change in permalinks for the header logo, but I am confused. The header logo was deleted, but the broken permalink box remains, as it is reading to the old logo (which no longer exists). Now I cannot upload a new logo as the permalink is still set for the old logo. How can I fix this so that I can add a new logo?
This is from the header.php:<?php $options = get_option(‘evolve’);
if (!empty($options[‘evl_header_logo’])) {
echo “<img id=’logo-image’ src=”.$options[‘evl_header_logo’].” />“;
}
?>Thanks.
- The topic ‘Evolve Header Logo Permalink’ is closed to new replies.