Hello Guys,
Was playing around with the code... Going back looking at my mistake... what happened was that I was looking to replace a logo which was simply text "Chef Manny" by uploading an image... but now i messed up my site!! any help?
Getting notice "Parse error: syntax error, unexpected '=', expecting ')' in /home2/chefmany/public_html/wp-content/themes/chefmany/header.php on line 97"
any help 🙂
div class="top_link">
<ul>
<li>555-555-5555</li><li> <a href="mailto:example@example.com">example@example.com</a></li>
</ul>
</div>
<div class="top_middle">
<div class="top_middle_left"> <a href="<?php echo esc_url(=('/')); ?>"> <img src"</" alt="Chef Manny Logo" /> </a> </div>
<div class="top_middle_right"><alt "Chef Manny>
<ul id="navmenu">
<?php wp_nav_menu(array('menu' => 'Top Menu', container => false, items_wrap => '%3$s')); ?>
</ul>
</div>
</div>