Home › Forums › Theme support › Newhome Team Grid › Reply To: Newhome Team Grid
Hi,
sorry for this, but mostly the clients don’t want to have single templages for the theme, so we’ve removed the link to the single templage.
If you want, you can open the team-entry.php file, and change line 24. Change this code:
<p class='team_p'><strong class='team_entry_h3'><?php echo get_the_title(); ?></strong>
To this Code
<p class='team_p'><strong class='team_entry_h3'><a href='<?php echo get_permalink(); ?>'><?php echo get_the_title(); ?></a></strong>