Team
Team
This elements inserts your Contact Settings / Team Members previously set up in AllAround Theme Options. Select upto four columns for you team dispaly. Check the contacts you wish to show. When you insert a team element the Shortcode Generator will create Shortcodes for it in your layout. You can also insert shortcodes yourself if you prefer it this way.
// Team Shortcode Examples // [aa_team users="$users"] // // users="$users", contact members IDs (preset in Appearence > Theme Options > Contact Options // This code will generate Team member with IDs 1,2,3,4 [aa_team users="1,2,3,4"] // This code will generate Team member with IDs 1,2,3,4,5,6 [aa_team users="1,2,3,4,5,6"]