All pastes #904650 Raw Edit

Mine

public php v1 · immutable
#904650 ·published 2008-02-15 03:28 UTC
rendered paste body
<ul><?php query_posts('category_id=#&showposts=#');?><?php $posts = get_posts('category=#&numberposts=#&offset=0');	foreach ($posts as $post) : start_wp(); ?><li><a href="<?php echo get_permalink() ?>"><?php the_title(); ?></a></li><?php endforeach; ?></ul>