Why Thumbnails are not showing?

hi
i have problem with WordPress Popular Posts plugin, or might be my code!

thumbnails are not showing at http://betterhomegardening.com/ , if you can look at Monthly popular heading center of homepage! it is not showing thumbnail

<div class="mpop">
				<h3 class="heading4"><span><b>Monthly</b> Popular</span></h3>

				
<?php if (function_exists(wpp_get_mostpopular('freshness=2'))) {
	wpp_get_mostpopular("thumbnail_width=150&thumbnail_height=150&stats_comments=0&range=daily&rating=1&limit=4&order_by=views");
				} ?>
			</div><!-- .mpop -->

whats wrong with it ?
thanks

Have you tried removing nail polish?

Your page isnt doing that on my screen.

i got replied from author plugin! he given me new code ! its working fine now!

but now problem is, it is not aligned horizontal

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.