/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $my_query = new WP_Query('page_id=19&showposts=1'); while ($my_query->have_posts()) : $my_query->the_post();?>