Title: Team Section
Last modified: March 24, 2017

---

# Team Section

 *  [gmd054](https://wordpress.org/support/users/gmd054/)
 * (@gmd054)
 * [9 years ago](https://wordpress.org/support/topic/team-section-4/)
 * Hi,
 * How can I have the team member’s name be above her title as in the “demo” version?
   So that the photo is first, then the name, then the title?
 * my website is: [http://www.haleolaplace.com](http://www.haleolaplace.com)
 * Appreciate any help!
 * –Gay

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

 *  [jacob36](https://wordpress.org/support/users/jacob36/)
 * (@jacob36)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/team-section-4/#post-9082258)
 * Hi Gay,
 * Are you using the Themeshift widget, or a plugin’s? The theme should automatically
   be set up photo,name, then title in the Team Section.
 * Best,
    – Jacob
 *  [jacob36](https://wordpress.org/support/users/jacob36/)
 * (@jacob36)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/team-section-4/#post-9082273)
 * Hi Gay,
 * I dug a little deeper, and it looks like Juniper does now order the team widget
   differently. If you are comfortable with the editor, you can go into the “widgets.
   php” file, search for the Team Row Content Widget area, and re-arrange a section.
 * In this section:
    <h4 class=”team-item-title”> <?php if ( ! empty( $instance[‘
   name’] ) ) { echo esc_html($instance[‘name’]); } ?> </h4> ” />
 * Take the first 5 rows and put them after the bottom 2, so the new code should
   look like this:
 *  ” />
 *  <h4 class=”team-item-title”>
    <?php if ( ! empty( $instance[‘name’] ) ) { echo
   esc_html($instance[‘name’]); } ?> </h4>
 * This should re-order the widget as Photo, Name, Title.
 * Best,
    – Jacob
 *  [jacob36](https://wordpress.org/support/users/jacob36/)
 * (@jacob36)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/team-section-4/#post-9082275)
 * Sorry, last post got clipped. Here is the before:
 *  <h4 class=”team-item-title”>
    <?php if ( ! empty( $instance[‘name’] ) ) { echo
   esc_html($instance[‘name’]); } ?> </h4> ” />
 * And here is the after:
 *  ” />
 *  <h4 class=”team-item-title”>
    <?php if ( ! empty( $instance[‘name’] ) ) { echo
   esc_html($instance[‘name’]); } ?>

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

The topic ‘Team Section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/juniper/1.0.8/screenshot.jpg)
 * Juniper
 * [Support Threads](https://wordpress.org/support/theme/juniper/)
 * [Active Topics](https://wordpress.org/support/theme/juniper/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/juniper/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/juniper/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jacob36](https://wordpress.org/support/users/jacob36/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/team-section-4/#post-9082275)
 * Status: not resolved