In the site that I made the logo works when I'm testing at home with localhost, but on the site it does not read.
<img id="logo_topo" class="img-responsive" src="<?php bloginfo('template_url'); ?>/imagens/logo.png" alt="Logo" />
When I inspect the element the src in localhost mode is:
src="http://localhost/site/wp-content/themes/site_tema/imagens/logo.png"
Thesitelookslikethis:
src="/site/wp-content/themes/site_tema/imagens/logo.png"
Can anyone help?