Home › Forums › Theme support › Lucina Theme Team Single ? › Reply To: Lucina Theme Team Single ?
Hi,
please open the file team.php and change line 24 from this:
<p class='team_p'><strong class='team_entry_h3'><?php echo get_the_title(); ?></strong>
to this
<p class='team_p'><strong class='team_entry_h3'><a href='<?php echo get_permalink(); ?>'><?php echo get_the_title(); ?></a></strong>