Title: Feature Request
Last modified: August 22, 2016

---

# Feature Request

 *  [karidemi](https://wordpress.org/support/users/karidemi/)
 * (@karidemi)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/feature-request-259/)
 * Hi there,
 * I’m using your plugin and it works great. There is one very small change I would
   recommend, however.
 * I have Categories registered for Pages (instead of just Posts) and when a user
   goes to the full lists of Pages, they see all Pages, instead of only Pages within
   their set of “restricted categories”, as they do on the full list of Posts.
 * I fixed this for myself by changing line 39 to:
 * `if ( $post_type == false || $post_type == 'post' || $post_type == 'page' )`
 * I’m not sure if there would be any adverse effects of doing this, but it works
   so far.
 * Would be great if that were built in!
 * Thanks,
    Karissa
 * [https://wordpress.org/plugins/restrict-categories/](https://wordpress.org/plugins/restrict-categories/)

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

 *  [Mel](https://wordpress.org/support/users/sharonlynn/)
 * (@sharonlynn)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/feature-request-259/#post-5457904)
 * Also to support custom post types you could change line 39 to
 *     ```
       if ( $post_type == false || $post_type == 'post'  || $post_type = 'Spotlight')
       ```
   
 * spotlight is my custom post type name
 *  [Antoine Guillien](https://wordpress.org/support/users/sladix/)
 * (@sladix)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/feature-request-259/#post-5457936)
 * Hi,
 * I’ve extended the Restrict Category plugin into a Restrict Taxonomies plugin 
   that works with custom taxonomies (and post types).
 * You can find it here :
    [https://github.com/Sladix/Restrict-Taxonomies](https://github.com/Sladix/Restrict-Taxonomies)
 * If you have any issue please use this link to report them :
    [https://github.com/Sladix/Restrict-Taxonomies/issues](https://github.com/Sladix/Restrict-Taxonomies/issues)
 * Hope it’ll help you
 *  [mcrapanzano](https://wordpress.org/support/users/mcrapanzano/)
 * (@mcrapanzano)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/feature-request-259/#post-5457937)
 * Hi Sladix, I need some customization on this plugin. Are u available?

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

The topic ‘Feature Request’ is closed to new replies.

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

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [register](https://wordpress.org/support/topic-tag/register/)

 * 3 replies
 * 4 participants
 * Last reply from: [mcrapanzano](https://wordpress.org/support/users/mcrapanzano/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/feature-request-259/#post-5457937)
 * Status: not resolved