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:
<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!
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.
<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!