با سلام من از کد زیر برای نمایش آخرین مطالب استفاده کردم ولی در ادامه مطالب 13 مطلب رو نشون نمیده... <?php $i=0; $recent = new WP_Query("showposts=13"); while($recent->have_posts()) : $recent->the_post();?> <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" ><?php the_post_thumbnail( array(107,107) ); ?></a> <?php endwhile; ?> و این <?php $my_query = new WP_Query('showposts=13&cat='); while ($my_query->have_posts()): $m