Home link doing weird things
-
I am using the following html/php to link to the home page, when the viewer clicks on the logo of the site.
<a href="<?php bloginfo('siteurl'); ?>" title=""><img id="logo" src="<?php bloginfo('template_directory'); ?>/images/general/logo.gif" alt="Logo"></a>Here is the site: http://downtownwinesf.com
When I click on the logo in the top left, the url gets way longer and looks something like this:
http://downtownwinesf.com/%3Cbr%20/%3E%3Cb%3ENotice%3C/b%3E:%20%20get_settings%20is%20%3Cstrong.....Which results in a 404 page. Why is that? What am I doing wrong? I just want to link back to http://downtownwinesf.com, which at some point I am pretty sure was working. I am not sure what changed it.
The topic ‘Home link doing weird things’ is closed to new replies.