Home Forums Theme support Team Member Bio not accessible

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 9 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • I am using Vasson. In both the Team List and Team Grid templates, a team member’s images, names, etc. are not clickable. So, how can a Team member’s bio or contact info be accessed? Right now it only shows their names, pics, position, and social icons…this seems to be the same for all of the 7Theme themes.
    Thank you. Mary

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.