Code:
<?php query_posts('showposts=5'); ?>
<ul>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li>
<?php endwhile;?>
</ul>
__________________
epicwp, is no more. I realized that coding wordpress themes like I had been doing was too boring. Now I am off to create the Ultimate theme, which will blow your minds.
Last edited by Leopard; 09-18-2009 at 05:49 PM..
|