Revision: 47269
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 4, 2011 01:03 by ronal
Initial Code
<?php query_posts('category_name=wordpress&showposts=5'); ?> <?php while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink(); ?>"> <?php the_title(); ?> </a></li> <?php endwhile; ?>
Initial URL
Initial Description
Initial Title
Wordpress Query Posts
Initial Tags
wordpress, query
Initial Language
PHP