کد:
<?php
query_posts('showposts=5&cat=1'); ?>
<?php while (have_posts()) : the_post(); ?>
<div class="hotposts">
<H3><span><a href="<) ?>" rel="bookmark" target="_blank" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></span></H3>
<a href="<) ?>" rel="bookmark" target="_blank" title="Read the rest of <?php the_title_attribute(); ?>">
<div class="gameimg"><img src="<>ID, "news", true);?>" /></div></a>
<?php echo mb_substr(get_the_excerpt(), 0, 300);
<div style="clear:both;"></div>
</div>
<?php endwhile; ?>