Title: shortcode parameters
Last modified: September 19, 2020

---

# shortcode parameters

 *  Resolved [washingtonirving](https://wordpress.org/support/users/washingtonirving/)
 * (@washingtonirving)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/shortcode-parameters-15/)
 * Hi, thanks for this plugin, i very much love the idea of it, instead of creating
   team profiles separate from your wp user info. I use shortcode as iḿ bad with
   coding and i would like to customize beyond the few parameters you display in
   the documentation. I saw in this forum for instance that you also have avatar
   size. I wonder if there are more. I would like to:
    – not show the user role –
   not show user posts – show web site (the user field under contact info)
 * Is this possible to achieve with shortcode?
 * thanks,
    -  This topic was modified 5 years, 8 months ago by [washingtonirving](https://wordpress.org/support/users/washingtonirving/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * (@grapplerulrich)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/shortcode-parameters-15/#post-13874069)
 * Hi
 * Unfortunately the shortcode is limited to these options.
 * You can though modify the template. You would need to copy the [rplus-wp-team-list.php](https://github.com/wearerequired/wp-team-list/blob/master/templates/rplus-wp-team-list.php)
   to your child theme.
 * To do these tasks follow the instructions in the brackets
    – not show the user
   role [Remove [lines 30-33](https://github.com/wearerequired/wp-team-list/blob/e5e941419a24312398c19ecdbd0dcfb9ea5e0a10/templates/rplus-wp-team-list.php#L30L33)]–
   not show user posts [Remove [lines 39-51](https://github.com/wearerequired/wp-team-list/blob/e5e941419a24312398c19ecdbd0dcfb9ea5e0a10/templates/rplus-wp-team-list.php#L39L51)]–
   show web site (the user field under contact info) [You should be able to the 
   URl via `get_user_meta( $user->ID, 'url', true );`. You would need to nearly 
   the same thing as the description.]

Viewing 1 replies (of 1 total)

The topic ‘shortcode parameters’ is closed to new replies.

 * ![](https://ps.w.org/wp-team-list/assets/icon.svg?rev=2887460)
 * [Team List](https://wordpress.org/plugins/wp-team-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-team-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-team-list/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-team-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-team-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-team-list/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ulrich](https://wordpress.org/support/users/grapplerulrich/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/shortcode-parameters-15/#post-13874069)
 * Status: resolved