Title: Carousel Issue
Last modified: September 30, 2016

---

# Carousel Issue

 *  [james2lek](https://wordpress.org/support/users/james2lek/)
 * (@james2lek)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/carousel-issue/)
 * Hi, I noticed that when I tag posts as “featured” so they turn up in the carousel,
   while they appear in the carousel, they no longer appear with the non-featured
   posts in the blog list below the carousel. I would like to have featured posts
   appear in both the carousel and in the standard blog list below the carousel.
   Is this possible? I’m willing to use editor to add some custom code if necessary.

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

 *  [congthien](https://wordpress.org/support/users/congthien/)
 * (@congthien)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/carousel-issue/#post-8241294)
 * Hi [@james2lek](https://wordpress.org/support/users/james2lek/),
 * Unfortunately we don’t support this on both version. It always show only the 
   featured post in carousel. However if you can edit, it is placed in **boston_setup_featured_content**
   function in **boston/inc/extras.php**.
 * Cheers.
 *  [lg1](https://wordpress.org/support/users/lg1/)
 * (@lg1)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/carousel-issue/#post-8443543)
 * [@james2lek](https://wordpress.org/support/users/james2lek/)
 * Here is what you need to do in order to display non-featured posts in Carousel
   and in standard blog list at the same time.
 * 1. Go to Appearances–>Editor
    2. From the ‘Templates’ list on the right choose‘
   loop-featured.php’ 3. On line 10 make the following change:
 * Replace:
    $featured_posts = boston_get_featured_posts(); with: $featured_posts
   = boston_get_posts;
 * 4. On line 18 make the following change:
 * Replace:
    <?php foreach ( $featured_posts as $post ) : setup_postdata( $post );?
   > with: <?php foreach ( $posts as $post ) : setup_postdata( $post ); ?>
 * 5. Save changes by clicking ‘Update File’ below the Editor area
 * What this change does is to tell the Carousel function to pick normal (non-featured)
   posts from your blog instead of featured posts. For this change to work you should
   not tag your posts as ‘featured’, otherwise they will not come up in Carousel.
 * Hope this helps your case!
 * LG
 *  [chy](https://wordpress.org/support/users/chy/)
 * (@chy)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/carousel-issue/#post-8483689)
 * Hi [@lg1](https://wordpress.org/support/users/lg1/) ,
 * I have the same issue with [@james2lek](https://wordpress.org/support/users/james2lek/).
   
   However what I want is to show the featured posts in the normal posts list as
   well below, and still maintain its ‘special featured’ position in the carousel.
   Is it possible?
 * I reviewed the code from extra.php and index.php, trying to figure out but still
   failed. It will be highly appreciated if you could give me a favor. thank you
   very much.
    -  This reply was modified 9 years, 6 months ago by [chy](https://wordpress.org/support/users/chy/).

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

The topic ‘Carousel Issue’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/boston/1.1.3/screenshot.png)
 * Boston
 * [Support Threads](https://wordpress.org/support/theme/boston/)
 * [Active Topics](https://wordpress.org/support/theme/boston/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/boston/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/boston/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [chy](https://wordpress.org/support/users/chy/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/carousel-issue/#post-8483689)
 * Status: not resolved