You can remove the links. To take out the one that’s part of the picture, edit the taxonomy-staff-group.php file and find this line:
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('staff'); ?></a>
and replace it with this:
also find this:
<div class="bio"><?php the_excerpt(); ?></div>
and replace it with this:
Save your changes. Next go to the Theme Options page and select the Styling tab. Scroll down to the bottom and paste this:
.staff-list article {
height: auto;
}
That will take out the link and also show the full content of each bio. Be aware that the theme isn’t designed to show the full content there so it may not look good.
Hope that helps out,
Bill