Title: Featured Slider modification
Last modified: August 21, 2016

---

# Featured Slider modification

 *  [djachi](https://wordpress.org/support/users/djachi/)
 * (@djachi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-slider-modification/)
 * If you select no category for featured, then the slider will show the latest 
   posts. Is there any modification to show not the lates posts but the sticky ones?
   
   Thank you in advance!

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

 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-slider-modification/#post-4393717)
 * I don’t have access the code currently, but in /inc/featured.php you could try
   to look for ignore_sticky_posts => true and change it to false. I think I may
   have that in there, not 100% sure though.
 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/featured-slider-modification/#post-4393753)
 * I have code access today, so the correct would be:
 *     ```
       'ignore_sticky_posts'		=> 1,
       ```
   
 * To:
 *     ```
       'ignore_sticky_posts'		=> 0,
       ```
   
 * And then make it take posts from all categories, and the sticky ones should appear
   there at the top.

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

The topic ‘Featured Slider modification’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/featured-slider-modification/#post-4393753)
 * Status: not resolved