Title: Featured Posts Question
Last modified: August 19, 2016

---

# Featured Posts Question

 *  [lukafer2](https://wordpress.org/support/users/lukafer2/)
 * (@lukafer2)
 * [17 years ago](https://wordpress.org/support/topic/featured-posts-question/)
 * Hey…I downloaded a theme from skinpress.com, and uploaded it onto my site: [http://www.howtotrainapuppy.info](http://www.howtotrainapuppy.info)
 * Now I need to figure out how to use the featured posts part of it….I downloaded
   the plugin “featureme”, but I can’t figure out how to get the plugin to work (
   i did apply it)
 * This is the code under the header file talking about the featured posts
 *     ```
       <div id="board_items">
       			<div id="board_body">
       				<h2>Featured Posts</h2>
       				<div id="board_carusel">
       					<div class="belt">
       					<?php $coint_i = carousel_featured_posts(FEATURED_POSTS); ?>
       					</div>
       				</div>
       			</div>
       			<ul id="board_carusel_nav">
       			<?php for($i=1;$i<=$coint_i; $i++) { ?>
       				<li id="board_carusel_nav_<?php echo $i; ?>"><a <?php if($i==1) echo ' class="selected"'; ?> href="javascript:stepcarousel.stepTo('board_carusel', <?php echo $i; ?>)"><?php echo $i; ?></a></li>
       			<?php } ?>
       			</ul>
       		</div>
       ```
   
 * It says that I need to “call” this code from there: show_featured_posts
 * I’m not quite sure how to do that :/
 * anybody know?
    thanks Luke

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

 *  Thread Starter [lukafer2](https://wordpress.org/support/users/lukafer2/)
 * (@lukafer2)
 * [17 years ago](https://wordpress.org/support/topic/featured-posts-question/#post-1100083)
 * that link is supposed to be [http://www.howtotrainapuppy.info/blog](http://www.howtotrainapuppy.info/blog)
 * sorry about that
 *  Thread Starter [lukafer2](https://wordpress.org/support/users/lukafer2/)
 * (@lukafer2)
 * [17 years ago](https://wordpress.org/support/topic/featured-posts-question/#post-1100163)
 * anybody know?
 *  [nazcar](https://wordpress.org/support/users/nazcar/)
 * (@nazcar)
 * [17 years ago](https://wordpress.org/support/topic/featured-posts-question/#post-1100164)
 * not sure, but it seems like you have to add `show_featured_posts` in the custom
   field of that certain post you want to feature.
 * edit that post then add it to the custom field.
 *  [lagosdiego](https://wordpress.org/support/users/lagosdiego/)
 * (@lagosdiego)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/featured-posts-question/#post-1100393)
 * Use FeatureMe plugin: [download here](http://www.bioxd.com/downloads/featureme.zip)
 * > How to select posts for featured section?
   >  You will need FeatureMe plugin, 
   > download and install it. Once installed, it shows a check box on all write/
   > edit post pages. Check the check box and it will show up in the featured section
 * ref:[http://www.webdesignlessons.com/tweetmeblue/](http://www.webdesignlessons.com/tweetmeblue/)

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

The topic ‘Featured Posts Question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [lagosdiego](https://wordpress.org/support/users/lagosdiego/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/featured-posts-question/#post-1100393)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
