اخبار داغ :

آرشیو مطالب

[php]

<?php query_posts(“showposts=5&cat=3”); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href='<?php the_permalink() ?>’ title='<?php the_title(); ?>’>
<?php the_title(); ?></a></li>
<?php endwhile; ?>

[/php]