eyeball this: is there a reason it doesn’t work?
-
I added this block of code into my sidebar — I am doing the wordpress theme tutorial found here: https://www.urbangiraffe.com/2005/04/30/themeguide3/
<div id="author">
<a href="/about" title="View my biography">
<img border="0″ src="<?php bloginfo('template_url') ?>/images/dustbicon.jpg" alt="photo"/>
</a>
</div>The picture does not appear, only the alt title does.
There was an issue with copying and pasting because the quotes were altered, but I carefully went through and changed them all. I suspected the problem was with the template_url tag, but I got rid of the whole bloginfo element and tried to “hardcode” the image url in, and no luck. The tutorial instructed me to change the “template_url” tag to “something appropriate,” but I apparently have no clue what that is, although I tried several different things and tried to read about template tags!If anyone has any suggestions or needs more info from me, let me know. Thanks so much!
- The topic ‘eyeball this: is there a reason it doesn’t work?’ is closed to new replies.