typict
3/2/2016 - 5:10 PM

query

query

<?php query_posts('page_id=60'); if ( have_posts() ) : while ( have_posts() ) : the_post();?> <h2><?php the_title(); ?></h2>   <div class="entry" style="font-size:14px;"><?php the_content('Read the rest of this entry &raquo;'); ?> </div> <?php endwhile; endif; wp_reset_query(); ?>