• Resolved washingtonirving

    (@washingtonirving)


    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,

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ulrich

    (@grapplerulrich)

    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 to your child theme.

    To do these tasks follow the instructions in the brackets
    – not show the user role [Remove lines 30-33]
    – not show user posts [Remove lines 39-51]
    – 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.