Add wordpress post content to sidebar


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php query_posts('page_id=96'); if(have_posts()) : the_post(); ?>
  2. <?php the_content(); ?>
  3. <?php endif; ?>

Report this snippet


Comments


You need to login to view comments.