i don't know much about php but i need to get this code (which contains the blog info php thing
<img src="<?php bloginfo('template_directory'); ?>/images/title.gif" />
inside of this code in widgets.php of the sideposts plugin, in order to replace the_title with an image.
echo '<a href="'. get_permalink() .'">'. get_the_title() .'</a>';
or prehaps there is somewhere else within the code i need to mess with that. When I just throw it in the php doesn't parse properly of course..