I attempted to make my header logo a clickable link back to the homepage. I was successful but when the website is on mobile, the Primary Menu (which the header logo is part of) no longer works. The entire primary menu becomes the link back to the home page.
Any tips? Here is my snippet which I used to drop the .jpg in.
add_action(‘generate_inside_navigation’,’generate_navigation_logo’);
function generate_navigation_logo()
{
?>