Title: Multiple WP-Cycle&#039;s
Last modified: August 20, 2016

---

# Multiple WP-Cycle's

 *  [lord_dev](https://wordpress.org/support/users/lord_dev/)
 * (@lord_dev)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/multiple-wp-cycles/)
 * This is very doable. Simply follow these instructions:
    1. Clone the plugin folder and rename to ‘WP-Cycle2’
    2. Open wp-cycle2/wp-cycle.php
    3. Replace all ‘wp_cycle’ with ‘wp_cycle2’
    4. Replace all ‘wp-cycle’ with ‘wp-cycle2’
    5. Activate the plugin
    6. You will now see the cloned plugin in the Media admin menu
    7. Upload photos to WP-Cycle2
    8. Use shortcode [wp-cycle2] to post/page
 * I’ve cloned 8 WP-Cycle’s for one website! You can also neaten this by renaming
   menu items etc.
 * Hope this helps.
 * Thanks,
    Lord_dev
 * [http://wordpress.org/extend/plugins/wp-cycle/](http://wordpress.org/extend/plugins/wp-cycle/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [tomas.halo](https://wordpress.org/support/users/tomashalo/)
 * (@tomashalo)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/multiple-wp-cycles/#post-2282513)
 * This solution is in conflict with other activated plugins using jquery, for example“
   TheThe Sliding Panels”.
 *  [ildario](https://wordpress.org/support/users/ildario/)
 * (@ildario)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/multiple-wp-cycles/#post-2282529)
 * [@tomas](https://wordpress.org/support/users/tomas/).halo
 * In order to avoid that problem, remove the following code from the duplicated
   wp-cycle.php (line 444) file, leaving it untouched on the original one:
 *     ```
       add_action('wp_print_scripts', 'wp_cycle2_scripts');
       function wp_cycle2_scripts() {
       	if(!is_admin())
       	wp_enqueue_script('cycle', WP_CONTENT_URL.'/plugins/wp-cycle2/jquery.cycle.all.min.js', array('jquery'), '', true);
       }
       ```
   
 * Removing it will clean the code and avoid jquery bugs

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple WP-Cycle's’ is closed to new replies.

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

 * 2 replies
 * 3 participants
 * Last reply from: [ildario](https://wordpress.org/support/users/ildario/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/multiple-wp-cycles/#post-2282529)
 * Status: not resolved