Title: dabbas's Replies | WordPress.org

---

# dabbas

  [  ](https://wordpress.org/support/users/dabbas/)

 *   [Profile](https://wordpress.org/support/users/dabbas/)
 *   [Topics Started](https://wordpress.org/support/users/dabbas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dabbas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dabbas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dabbas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dabbas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dabbas/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SearchWP Live Ajax Search] show post author in live search](https://wordpress.org/support/topic/show-post-author-in-live-search/)
 *  Thread Starter [dabbas](https://wordpress.org/support/users/dabbas/)
 * (@dabbas)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/show-post-author-in-live-search/#post-13563577)
 * got it 🙂
 * `<?php the_author_meta( 'display_name'); ?>`
 * in the theme files /search-results.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] User groups shortcode](https://wordpress.org/support/topic/user-groups-shortcode/)
 *  Thread Starter [dabbas](https://wordpress.org/support/users/dabbas/)
 * (@dabbas)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/user-groups-shortcode/#post-13503908)
 * It’s working, it’s displing the users by custom taxonomy
 * I had another issue that was preventing from disabling the users
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] User groups shortcode](https://wordpress.org/support/topic/user-groups-shortcode/)
 *  Thread Starter [dabbas](https://wordpress.org/support/users/dabbas/)
 * (@dabbas)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/user-groups-shortcode/#post-13499510)
 * then when I but this `[authors_list roles="manager"]` the plugin Display nothing
   even when I chose `skip_empty=no`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] User groups shortcode](https://wordpress.org/support/topic/user-groups-shortcode/)
 *  Thread Starter [dabbas](https://wordpress.org/support/users/dabbas/)
 * (@dabbas)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/user-groups-shortcode/#post-13499499)
 * Thanks for your help, Sure I tried this one but as I mentioned above it’s not
   working for custom user role I created the custom role basically by adding this
   code to theme function.php
 *     ```
       function wps_add_role() {
           add_role( 'manager', 'Manager', 
                    array(
                         'read',
                         'edit_posts',
                         'delete_posts',
                         )
           );
       }
       add_action( 'init', 'wps_add_role' );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Authors List] User groups shortcode](https://wordpress.org/support/topic/user-groups-shortcode/)
 *  Thread Starter [dabbas](https://wordpress.org/support/users/dabbas/)
 * (@dabbas)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/user-groups-shortcode/#post-13494832)
 * Hi, I searched there is no Different plugin can give the same functionality,
   
   Whoever, I create a custom user role instead of groups for users “it helps my
   purpose” also I’ve created a custom user taxonomy but I couldn’t list the attributed
   users. can you help me to Display users by custom user role or by custom user
   taxonomy?

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