Title: Multisite Easingslider
Last modified: August 24, 2016

---

# Multisite Easingslider

 *  [erikvdven](https://wordpress.org/support/users/erikvdven/)
 * (@erikvdven)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multisite-easingslider/)
 * Just want to let you know all how I fixed multisite for easingslider. Not the
   best solution probably but it works. Just make sure each site has a slider with
   the same name, in my case that’s “Homepage”:
 *     ```
       <?php if ( function_exists( "easingslider" ) ) {
               $posttitle = 'homepage';
               $postid = $wpdb->get_var( "SELECT ID FROM $wpdb->posts WHERE post_type = 'easingslider' AND LOWER(post_title) = '" . $posttitle . "'" );
               easingslider( intval($postid) );
           } ?>
       ```
   
 * Good luck! 😉

The topic ‘Multisite Easingslider’ is closed to new replies.

## Tags

 * [easingslider](https://wordpress.org/support/topic-tag/easingslider/)
 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 0 replies
 * 1 participant
 * Last reply from: [erikvdven](https://wordpress.org/support/users/erikvdven/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/multisite-easingslider/)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
