Trying to display a "featured" or "special" graphic beside post title displayed in results using custom fields in posts. (only to be shown in results - didn't like custom html in post title) Current code is
<h3><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
Anyone like to help me - i've only started using wordpress about a month!