Title: [Plugin: iSlidex] recent global posts multi-site
Last modified: August 19, 2016

---

# [Plugin: iSlidex] recent global posts multi-site

 *  [erikshosting](https://wordpress.org/support/users/erikshosting/)
 * (@erikshosting)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-islidex-recent-global-posts-multi-site/)
 * Hi,
    First, I want to say I really enjoy the Islidex plugin. good job!
 * Secondly, I was wondering about using it in conjunction with the ‘global posts
   indexer’ plugin, which adds all network wide posts into one table for easy calling
   on the top site. (here is url of plugin: [http://premium.wpmudev.org/project/post-indexer](http://premium.wpmudev.org/project/post-indexer))
 * Essentially, I would like to have Islidex pull from the ‘$posts’ variable, or
   a similar query, (rather than specific category #) as defined in the code below
 *     ```
       $query = "SELECT * FROM " . $wpdb->base_prefix . "site_posts ORDER BY post_published_stamp DESC LIMIT " . $options['recent-global-posts-number'];
   
       $posts = $wpdb->get_results( $query, ARRAY_A );
       ```
   
 * Any ideas?
 * [http://wordpress.org/extend/plugins/islidex/](http://wordpress.org/extend/plugins/islidex/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Duke](https://wordpress.org/support/users/dukessa/)
 * (@dukessa)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-islidex-recent-global-posts-multi-site/#post-1687444)
 * Thank you Erik 🙂 This will probably require a custom version of iSlidex. Let’s
   see what we can do 🙂

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: iSlidex] recent global posts multi-site’ is closed to new replies.

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

## Tags

 * [multi-site](https://wordpress.org/support/topic-tag/multi-site/)

 * 1 reply
 * 2 participants
 * Last reply from: [Duke](https://wordpress.org/support/users/dukessa/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-islidex-recent-global-posts-multi-site/#post-1687444)
 * Status: not resolved