Home › Forums › Theme support › Team Member Bio not accessible › Reply To: Team Member Bio not accessible
Hi Mary,
we removed the link to the singe team template because most of the clients dont wanted the single template, only show the staff in a grid.
If you want to change it, you can open the file “team-entry.php” in the root of the theme folder and replace this (line 22):
<p class='team_p'><strong class='team_entry_h3'><?php echo get_the_title(); ?></strong>
with this:
<p class='team_p'><strong class='team_entry_h3'><a href='<?php echo get_permalink(); ?>'><?php echo get_the_title(); ?></a></strong>
In the newer themes we included an option to link the title.