Title: Custom roles?
Last modified: September 1, 2016

---

# Custom roles?

 *  Resolved [Blutarsky](https://wordpress.org/support/users/blutarsky/)
 * (@blutarsky)
 * [10 years ago](https://wordpress.org/support/topic/custom-roles-2/)
 * Hi there I am trying to make the shortcode to work with custom roles.
    ?id like
   to hide content for everyone except administrator & parent (custom role)
 * It will work when typing :
 * `[hide for="!parent"]Lorem ipsum dolor sit amet.[/hide]`
 * It will not when using multiple roles:
 * [hide for=”!administrator,!parent”]Lorem ipsum dolor sit amet.[/hide]
 * Where am I wrong?
 * [https://wordpress.org/plugins/hide-this/](https://wordpress.org/plugins/hide-this/)

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

 *  Plugin Author [Andrés Villarreal](https://wordpress.org/support/users/andrezrv/)
 * (@andrezrv)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/custom-roles-2/#post-7464479)
 * Hi there,
 * If you created a custom role, you need to make sure the role you are declaring
   in the shortcode has the same ID that was assigned to that role. Also, you can
   try the following:
 * `[hide for="all" exclude="administrator, parent"]Lorem ipsum dolor sit amet.[/
   hide]`
 * Hope that helps.
 * Best,
 * Andrés.
 *  Thread Starter [Blutarsky](https://wordpress.org/support/users/blutarsky/)
 * (@blutarsky)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/custom-roles-2/#post-7464512)
 * `[hide for="all" exclude="administrator, parent"]Lorem ipsum dolor sit amet.[/
   hide]`
 * That one worked. Thanks!

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

The topic ‘Custom roles?’ is closed to new replies.

 * ![](https://ps.w.org/hide-this/assets/icon-256x256.png?rev=1638288)
 * [Hide This](https://wordpress.org/plugins/hide-this/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-this/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-this/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-this/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-this/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-this/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Blutarsky](https://wordpress.org/support/users/blutarsky/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/custom-roles-2/#post-7464512)
 * Status: resolved