20+ Useful WordPress Code
Sunday, December 21st, 2008 |Here are some collection of WordPress Code for theme designer, or just enjoy customizing your existing WordPress theme. This should be an easy reference as I consolidate them all into one post.
Recent Posts Display
< ?php query_posts('showposts=5'); ?>
-
< ?php while (have_posts()) : the_post(); ?>
- < ?php the_title(); ?> < ?php endwhile;?>
Popularity: 2% [?]