Wordpress plugins
Our Team by WooThemes

Our Team by WooThemes

Version : 1.4.1
Tested up to : 3.9.20
Number of download : 74790
Author : WooThemes
Average rating : 3.5 / 5 on 24 votes 24 votes, 3.5 avg.rating

Screenshots

Our Team by WooThemes
Our Team by WooThemes
Our Team by WooThemes
Our Team by WooThemes

Team Member Management “Our Team by WooThemes” is a clean and easy-to-use team profile management system for WordPress. Load in your team members and display their profiles via a shortcode, widget or template tag on your website. Assign team members to a user, allowing team members to manage their own description via the bio on the profile page as well as display a link to their author archive. Support Looking for a helping hand? View plugin documentation. Also be sure to check out the FAQ. Get Involved Looking to contribute code to this plugin? Go ahead and fork the repository over at GitHub. (submit pull requests to the latest “release-” branch) Usage To display your team member profiles via a theme or a custom plugin, please use the following code: <?php do_action( 'woothemes_our_team' ); ?> To add arguments to this, please use any of the following arguments, using the syntax provided below: ‘limit’ => 5 (the maximum number of items to display) ‘per_row’ => 3 (when creating rows, how many items display in a single row?) ‘orderby’ => ‘menu_order’ (how to order the items – accepts all default WordPress ordering options) ‘order’ => ‘DESC’ (the order direction) ‘id’ => 0 (display a specific item) ‘slug’ => null (Display a specific team member) ‘display_additional’ => true Global toggle for additional info such as Twitter, URL, Email and Telephone number ‘display_author’ => true (whether or not to display the author information) ‘display_avatar’ => true (whether or not to display the author avatar) ‘display_url’ => true (whether or not to display the URL information) ‘display_author_archive’ => true (whether or not to display the author archive link) ‘contact_email’ => true (whether or not to display the contact email) ‘tel’ => true (whether or not to display the telephone number) ‘echo’ => true (whether to display or return the data – useful with the template tag) ‘size’ => 50 (the pixel dimensions of the image) ‘title’ => ” (an optional title) ‘before’ => ‘<div class=”widget widget_woothemes_our_team”>’ (the starting HTML, wrapping the team member profiles) ‘after’ => ‘</div>’ (the ending HTML, wrapping the team member profiles) ‘before_title’ => ‘<h2>’ (the starting HTML, wrapping the title) ‘after_title’ => ‘</h2>’ (the ending HTML, wrapping the title) ‘category’ => 0 (the ID/slug of the category to filter by) The various options for the “orderby” parameter are: ‘none’ ‘ID’ ‘title’ ‘date’ ‘menu_order’ 10, ‘display_author’ => false ) ); ?> The same arguments apply to the shortcode which is [woothemes_our_team] and the template tag, which is <?php woothemes_our_team(); ?>. Usage Examples Adjusting the limit and image dimension, using the arguments in the three possible methods: do_action() call: <?php do_action( 'woothemes_our_team', array( 'limit' => 10, 'size' => 100 ) ); ?> woothemes_our_team() template tag: <?php woothemes_our_team( array( 'limit' => 10, 'size' => 100 ), ); ?> [woothemes_our_team] shortcode: [woothemes_our_team limit="10" size="100"]

Download now