Posterous
codebox is using Posterous to post everything online. Shouldn't you?
Netlexlogo_thumb
 
Netlex’s codebox - tools and tips for web amateurs
« Back to blog

Show recent post by category

- Show recent Posts

    <h2>Recent Posts</h2>
    <ul>
    <?php get_archives('postbypost', 6); ?>
    </ul>

- Show recent posts from specific category ?


    <ul>
    <?php $recent = new WP_Query("cat=1&showposts=5");
    while($recent->have_posts()) : $recent->the_post();?>
    <li><a href="<?php the_permalink() ?>" rel="bookmark">
    <?php the_title(); ?>
    </a></li>
    <?php endwhile; ?>
    </ul>


 
To leave a comment on this posterous, please login by clicking one of the following.
Posterous-login     Connect     twitter