Remove Loop to Show One Specific Post on Main Page
-
I would like to add one specific post to the main page under the featured post section. How do I call just one specific post (ID=63)?
Here is the code as it is now:
<div id=”content”>
<?php if(is_home()) { include (TEMPLATEPATH . ‘/featured.php’); } ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id=”post-<?php the_ID(); ?>”>Any help would be appreciated. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove Loop to Show One Specific Post on Main Page’ is closed to new replies.