Title: NextGEN Gallery Compatibility Solution
Last modified: August 30, 2016

---

# NextGEN Gallery Compatibility Solution

 *  [JoelSanchez](https://wordpress.org/support/users/joelsanchez/)
 * (@joelsanchez)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/nextgen-gallery-compatibility-solution/)
 * Hi, as others stated, this plugin breaks NG Gallery. Changing line 21 of wp_clean_up_admin.
   php to:
 * `$wcu_sql = "DELETE FROM $wpdb->posts WHERE post_status = 'draft' AND post_type
   NOT LIKE '%ngg_%' AND post_type NOT LIKE '%display_type&' AND post_type NOT LIKE'%
   displayed_gallery%'";`
 * …correctly solves the problem. If this query is run when NG Gallery is detected
   as active, the compatibility problem will disappear.
 * Note that the plugin that is “doing it wrong” is NGG.
 * [https://wordpress.org/plugins/wp-clean-up/](https://wordpress.org/plugins/wp-clean-up/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [JoelSanchez](https://wordpress.org/support/users/joelsanchez/)
 * (@joelsanchez)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/nextgen-gallery-compatibility-solution/#post-6861715)
 * There was a typo (“&” instead of “%”):
 * `$wcu_sql = "DELETE FROM $wpdb->posts WHERE post_status = 'draft' AND post_type
   NOT LIKE '%ngg_%' AND post_type NOT LIKE '%display_type%' AND post_type NOT LIKE'%
   displayed_gallery%'"`

Viewing 1 replies (of 1 total)

The topic ‘NextGEN Gallery Compatibility Solution’ is closed to new replies.

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

 * 1 reply
 * 1 participant
 * Last reply from: [JoelSanchez](https://wordpress.org/support/users/joelsanchez/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/nextgen-gallery-compatibility-solution/#post-6861715)
 * Status: not resolved