/ Published in: PHP
Expand |
Embed | Plain Text
<?php $my_query = new WP_Query('page_id=19&showposts=1'); while ($my_query->have_posts()) : $my_query->the_post();?>
You need to login to post a comment.
<?php $my_query = new WP_Query('page_id=19&showposts=1'); while ($my_query->have_posts()) : $my_query->the_post();?>
You need to login to post a comment.