Title: Featured Content &#8211; limit posts
Last modified: August 20, 2016

---

# Featured Content – limit posts

 *  Resolved [DrinkOrDie](https://wordpress.org/support/users/m-zonecompl/)
 * (@m-zonecompl)
 * [15 years ago](https://wordpress.org/support/topic/featured-content-limit-posts/)
 * Hello guys and girls : )
 * In my template **videoflick** I have this file:
 * `videoflick/featured-content.php`
 * Evrything is ok but it shows all new posts in sidebar and I just want it to show
   5 to 7 most popular posts, do you know how can I do that, here is code from this
   file:
 *     ```
       <div id="featured" style="display: <?php echo get_option('featured_side_show_hide'); ?>;">
           <h3 class="featured"><?php $sidetitle = get_option('featured_side_title', $sidetitle = true); ?><?php if($sidetitle !== '') { ?><?php echo $sidetitle; ?><?php } else { echo 'Popularne Filmy:'; } ?></h3>
       	<?php query_posts('category_name='.get_option('featured_side_category') . '&showposts='.get_option('featured_side_count')); ?>
           <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
               <div class="featuredpost">
               	<a href="<?php the_permalink() ?>" rel="bookmark" title="Oglądaj Online <?php the_title_attribute(); ?>"><img src="<?php echo get_thumbnail($post->ID); ?>" alt="<?php the_title(); ?>" /></a>
                   <h4 class="truncate-side-title"><a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title2('', '...', true, '20') ?></a></h4>
                   <?php the_content_rss('', TRUE, '', 22); ?>
               </div>
           <?php endwhile; else: ?>
           <?php endif; ?>
           </div>
       ```
   
 * **Thanks in advence !**

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

 *  [boryanka](https://wordpress.org/support/users/boryanka/)
 * (@boryanka)
 * [15 years ago](https://wordpress.org/support/topic/featured-content-limit-posts/#post-2145381)
 * I think you must have an option in wp-admin (somewhere in the theme custom options)
   to set the number of posts, please look again.
 *  Thread Starter [DrinkOrDie](https://wordpress.org/support/users/m-zonecompl/)
 * (@m-zonecompl)
 * [15 years ago](https://wordpress.org/support/topic/featured-content-limit-posts/#post-2145383)
 * Yes that right I miss that, its in Video Flick – Featured Items (Sidebar)
 * Thanks for replay.

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

The topic ‘Featured Content – limit posts’ is closed to new replies.

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)
 * [featured](https://wordpress.org/support/topic-tag/featured/)
 * [limit](https://wordpress.org/support/topic-tag/limit/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [DrinkOrDie](https://wordpress.org/support/users/m-zonecompl/)
 * Last activity: [15 years ago](https://wordpress.org/support/topic/featured-content-limit-posts/#post-2145383)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
