Revision: 39799
Updated Code
at January 21, 2011 04:51 by jamieholliday
Updated Code
<?php query_posts('page_id=96'); if(have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?>
Revision: 39798
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 21, 2011 04:27 by jamieholliday
Initial Code
<?php query_posts('post=96'); if(have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endif; ?>
Initial URL
Initial Description
Initial Title
Add wordpress post content to sidebar
Initial Tags
wordpress
Initial Language
PHP