Hi,
I have a widget for Advanced Recent Posts however I am unable to find the location for editing the HTML for Recent Posts.
Basically I have the following code and wish to move the "Best Ski Deal Ever" a tag into the post-entry div.
<li class="recent-post-item">
<a href="http://skicanadaholidays.ca/best-ski-deal-ever/" rel="bookmark">Best Ski Deal Ever</a>
<div class="post-entry">
<a href="http://skicanadaholidays.ca/best-ski-deal-ever/" title="Best Ski Deal Ever">
<img src="http://skicanadaholidays.ca/wp-content/plugins/advanced-recent-posts-widget/timthumb/thumb.php?src=http://skicanadaholidays.ca/wp-content/uploads/2012/02/bestdeal1.jpg&h=79&w=107&z=0" alt="Best Ski Deal Ever" width="107" height="79" />
</a>
<p>This is a test for the best deals post section. <a href="http://skicanadaholidays.ca/best-ski-deal-ever/">Read More --></a> </p>
</div>
Any help would be appreciated.