Return to Snippet

Revision: 32208
at September 21, 2010 05:47 by rbjarnason


Initial Code
<?php $my_query = new WP_Query('page_id=19&showposts=1');
while ($my_query->have_posts()) : $my_query->the_post();?>

Initial URL


Initial Description


Initial Title
custom wpquery begin

Initial Tags


Initial Language
PHP