Showing posts with label Staff directory. Show all posts
Showing posts with label Staff directory. Show all posts

Dec 29, 2011

7

Staff Directory Wordpress Plugin - Photos to show

If you want the photos to show on your page, you have to add the [photo] shortcode to the Staff Directory template.

To do this:
  • Under the "Staff directory" item in the wp admin bar, click on "templates".
  • In the Staff Page HTML section add the [Photo] shortcode inside the [staff_loop]' shortcodes at the location you want the photo to show.
For example, if you want the photo to show first before the name do this:

<div class="staff-directory">

[staff_loop]
                   
    [photo]   
    [name_header]
    [position]
    [email_link]
    [bio_paragraph]
                   
    <div class="staff-directory-divider">
    </div>
                   
[/staff_loop]
                   
</div>

You customize the templates and css to match your desired layout and style.

I hope this helps! 
More