Recently I came up with my latest "premium wp themes" project premiumwpthemes.in
I was in a need for sidebar where I can have thumbnail in my Recent Post widget. I followed the tutorial at wphacks.com/how-to-using-thumbnails-in-your-sidebar-recent-post-listing
I was successful at bringing up thumbnail on recent post widget at RIGHT SIDEBAR but the thumbnail & headline on my sidebar is not properly placed. It look uncluttered.
This was the Extra code that I inserted on recent post -> general -> output -> <li><img src="{custom:Image}" width="48" height="48" alt="" />{link}
<div class="clear"></div>
</li>
PLEASE ADVICE WHATS THE MISTAKE ON MY CODE. I need proper text rounding the image.
Help will be apprecited.
Thank you