Return to Snippet

Revision: 39799
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
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