سلام ببخشيد من از كد زير ميخوام براي نمايش اخرين مطالب يك دسته استفاده كنم: <?php //The Query With Parameters query_posts('cat=1&post_status=publish&posts_per_page=1'); //The Loop if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <a href="<?php the_permalink(); ?>"><?php the_title (); ?></a> <?php endwhile; else: endif; //Reset Query wp_reset_query(); ?> حالا سوالم اينه كه من ميخوام توي يه كادر ، اخرين 4 مط