Title: Docs with ICE
Last modified: August 21, 2016

---

# Docs with ICE

 *  [bioben](https://wordpress.org/support/users/bioben/)
 * (@bioben)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/docs-with-ice/)
 * I’d like to use this plugin with ICE to track doc changes and revisions.
 * Natively, ICE works on posts, but can be used on pages with this code:
 *     ```
       change ice.php line 41 from:
       if ( 'post' != $current_screen->id )
   
       To:
       (works on either posts or pages):
       if ( 'post' != $current_screen->id && 'page' != $current_screen->id)
   
       or:
       (should work on any post type:)
       if ( 'post' != $current_screen->base )
       ```
   
 * This doesn’t work for docs. Any advice?
 * [http://wordpress.org/extend/plugins/buddypress-docs/](http://wordpress.org/extend/plugins/buddypress-docs/)

The topic ‘Docs with ICE’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/buddypress-docs.svg)
 * [BuddyPress Docs](https://wordpress.org/plugins/buddypress-docs/)
 * [Support Threads](https://wordpress.org/support/plugin/buddypress-docs/)
 * [Active Topics](https://wordpress.org/support/plugin/buddypress-docs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/buddypress-docs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/buddypress-docs/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [bioben](https://wordpress.org/support/users/bioben/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/docs-with-ice/)
 * Status: not resolved