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

Recommended Answers

All 3 Replies

Not really a wp developer myself. But using bug I can see none of your list items are pulling through. And if you can set attributes, couldnt you just align left?

Nevertheless... I would recommend, CSS... Add the following selector to your stylesheet;

.widgetcontent ul img {float:left; padding: 0 5px 5px 0}

That should do the trick

Oh by the way... trend picks up your sponsors section as a potential security risk

I coudnt solve this problem still. Please check premiumwpthemes [dot] in right sidebar. THe thumbnail are not properly matched with text.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.