Title: Featured Posts Slider show nothing
Last modified: August 22, 2016

---

# Featured Posts Slider show nothing

 *  Resolved [yard](https://wordpress.org/support/users/yard/)
 * (@yard)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-posts-slider-show-nothing/)
 * Hello,
 * I have set of posts created in [http://cvc.kremnica.sk/category/fotogalerie/](http://cvc.kremnica.sk/category/fotogalerie/)
   but no one from this set no appear in featured slider (no slider is show on my
   page)
 * [http://screencast.com/t/QDIvhmNJQT](http://screencast.com/t/QDIvhmNJQT)
 * what I am doing wrong ?
 * website link is [http://cvc.kremnica.sk/](http://cvc.kremnica.sk/)

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-posts-slider-show-nothing/#post-5683479)
 * Where do you want the slider to appear? Your index is a static page from what
   I can see and that’s the only place it can show up.
 *  Thread Starter [yard](https://wordpress.org/support/users/yard/)
 * (@yard)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-posts-slider-show-nothing/#post-5683492)
 * Yes, sure – my frontpage is one static page named “Welcome” .. Is possible have
   slider on the top of frontpage, upper on the title page, between top menu and
   front page content ?
 * or is there a shortcode for inserting slider into page content ?
 * many thanks for reply
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-posts-slider-show-nothing/#post-5683493)
 * Open `/page-templates/template-page.php`, find:
 * `<section class="content-wrap clearfix" role="main">`
 * Add this bellow it:
 *     ```
       <?php
       			if ( of_get_option( 'ac_show_slider' ) && is_front_page() && ac_featured_posts_count() > 2 ) {
       				get_template_part( 'featured-content' );
       			}
       		?>
       ```
   
 * You need 3 or more featured posts for it to show up.
 *  Thread Starter [yard](https://wordpress.org/support/users/yard/)
 * (@yard)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/featured-posts-slider-show-nothing/#post-5683498)
 * Big thanks, working great..

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

The topic ‘Featured Posts Slider show nothing’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [yard](https://wordpress.org/support/users/yard/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/featured-posts-slider-show-nothing/#post-5683498)
 * Status: resolved