• 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: https://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?

    https://www.ads-software.com/extend/plugins/islidex/

Viewing 1 replies (of 1 total)
  • Plugin Author Duke

    (@dukessa)

    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.