Title: Create sticky post?
Last modified: August 21, 2016

---

# Create sticky post?

 *  [rbilsky](https://wordpress.org/support/users/rbilsky/)
 * (@rbilsky)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/create-sticky-post/)
 * I have been trying to figure out how to create a stick post that always comes
   up first.
    I tried adding to the array in the getDisplayPosts function-
 *     ```
       $extra_args = array('include' => '102' );
           $Stickypost  = wp_get_recent_posts( $extra_args );
           $limit = get_option('lzcs_count');
   
           $output = array();
           $output[0] = $Stickypost;
           foreach ($recent_posts as $post) {...
       ```
   
 * I’ve been playing around with different ways to do this. This one gives me a 
   blank first entry in my slider but I don’t know why it won’t give me the post
   I’m calling. Any suggestions?
 * [http://wordpress.org/extend/plugins/lazy-content-slider/](http://wordpress.org/extend/plugins/lazy-content-slider/)

The topic ‘Create sticky post?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lazy-content-slider_06029c.svg)
 * [Lazy content Slider](https://wordpress.org/plugins/lazy-content-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lazy-content-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lazy-content-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/lazy-content-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lazy-content-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lazy-content-slider/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [rbilsky](https://wordpress.org/support/users/rbilsky/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/create-sticky-post/)
 * Status: not resolved