Title: Feature Stories
Last modified: August 18, 2016

---

# Feature Stories

 *  [benblei](https://wordpress.org/support/users/benblei/)
 * (@benblei)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/feature-stories/)
 * How do I setup my blog so that I can have a “feature story” that always stays
   on top and then have the rest of the posts below it?
 * [http://www.thepokerblog.net](http://www.thepokerblog.net) is the blog I’m working
   on, it’s still in the early stages.

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Joshua Sigar](https://wordpress.org/support/users/alphaoide/)
 * (@alphaoide)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/feature-stories/#post-243147)
 * Some example below.
    [http://codex.wordpress.org/The_Loop#Multiple_Loops_in_Action](http://codex.wordpress.org/The_Loop#Multiple_Loops_in_Action)
 *  [Jon Dingman](https://wordpress.org/support/users/jdingman/)
 * (@jdingman)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/feature-stories/#post-243148)
 * Yeah, I believe it’s a plugin called static posting..or umm hmm I’m trying to
   remember the name of it.
 * Oh yeah. [ here is the link](http://redalt.com/downloads/).. it’s called AdHesive
 * check it out =)
 *  Thread Starter [benblei](https://wordpress.org/support/users/benblei/)
 * (@benblei)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/feature-stories/#post-243167)
 * Thanks a lot 🙂 I had looked at codex and couldn’t find anything, but that link
   helps a lot. And the plugin looks great 🙂
 *  Thread Starter [benblei](https://wordpress.org/support/users/benblei/)
 * (@benblei)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/feature-stories/#post-243439)
 * Okay – I tried to do what the codex told me to and I’m having trouble. I’m not
   spectacular with PHP but I know enough that I should be able to make this work.
 * Here is the code I’m trying to use to make a “feature post” – anyone know what
   the problem is? It’s basically coming up wtih a blank page…
    ` <div id="content"
   > <?php $my_query = new WP_Query('category_name=featured&showposts=1'); while(
   $my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->
   ID;?>
 *  <div class="feature-title"></div>
    <div class="feature-story"> <h2>"><?php the_title();?
   ></h2> <span class="meta">from <?php the_time('F jS, Y'); ?>\</span> <?php the_content();?
   > <span class="meta">Comments</span> </div><!-- end of feature -->
 *  <div id="advertise">
    <img src="http://www.thepokerblog.net/advertise-top.gif"
   class="top" /> [Sign up at UltimateBet.com and play against Phil Hellmuth](https://wordpress.org/support/topic/feature-stories/?output_format=md)
   <img src="http://www.thepokerblog.net/advertise-bottom.gif" class="bottom" />
   </div>
 *  <?php endwhile; ?>
    <?php if (have_posts()) : while (have_posts()) : the_post();
   if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
 *  <?php endwhile; endif; ?>
 *  </div><!-- end of content -->
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/feature-stories/#post-243441)
 * See this post and the following replies:
    [http://wordpress.org/support/topic/28203#post-193667](http://wordpress.org/support/topic/28203#post-193667)
   It might be helpful – I was asking a similar question and got a working solution
   🙂

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Feature Stories’ is closed to new replies.

## Tags

 * [feature](https://wordpress.org/support/topic-tag/feature/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 4 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [20 years, 9 months ago](https://wordpress.org/support/topic/feature-stories/#post-243441)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
