/ Published in: PHP
Expand |
Embed | Plain Text
<?php query_posts('page_id=96'); if(have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?>
You need to login to post a comment.
<?php query_posts('page_id=96'); if(have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?>
You need to login to post a comment.