Title: [Plugin: Featured Posts Scroll] Pages?
Last modified: August 20, 2016

---

# [Plugin: Featured Posts Scroll] Pages?

 *  Resolved [Thomas](https://wordpress.org/support/users/thomasbuxo/)
 * (@thomasbuxo)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/plugin-featured-posts-scroll-pages/)
 * Would this plugin work with pages as well?
 * [http://wordpress.org/extend/plugins/featured-posts-scroll/](http://wordpress.org/extend/plugins/featured-posts-scroll/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Chaser324](https://wordpress.org/support/users/chaser324/)
 * (@chaser324)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-featured-posts-scroll-pages/#post-2258396)
 * The default arguments only display posts, but you can override this with the 
   argument array you pass into fps_show(). For instance, to display any type of
   post, use this code:
 *     ```
       <?php if (function_exists('fps_show')) {
                   $args = array(
                       'post_type' => 'any');
                   echo fps_show($args);
               }?>
       ```
   
 * For more details on valid post_type values to specify, please consult [http://codex.wordpress.org/Class_Reference/WP_Query#Type_.26_Status_Parameters](http://codex.wordpress.org/Class_Reference/WP_Query#Type_.26_Status_Parameters)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Featured Posts Scroll] Pages?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/featured-posts-scroll.svg)
 * [Featured Posts Scroll](https://wordpress.org/plugins/featured-posts-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/featured-posts-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/featured-posts-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-posts-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-posts-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-posts-scroll/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Chaser324](https://wordpress.org/support/users/chaser324/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-featured-posts-scroll-pages/#post-2258396)
 * Status: resolved