درود دوستان من از کد زیر برای نمایش آخرین مطالب سایت استفاده می کنم: <div id="lastpost-right"> <?php $recent = new WP_Query("showposts=1"); while($recent->have_posts()) : $recent->the_post();?> <a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php if(has_post_thumbnail()) {thumb_image();} else {echo '<img src="http://bia2bebar.ir/wp-content/themes/bia2bebar/img/no-image.gif"; />';}?></a> <h2><a title="<?php t