Home Forums Theme support Team Grid / List for all Themes

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Is there a way to display the Team member’s bio / text content in the Team list / Team grid page templates? Right now it only shows their names, pics, position, and social icons…this seems to be the same for all of the 7Theme themes.

    Hi,

    if you know how to edit one of the files in the theme, than its not a problem. You can open the file “team-entry.php” and insert this code on the place where you want to show the text:

    <?php the_excerpt(); ?>

    or

    <?php the_content(); ?>

    The first code will show you only the first lines of the content, the second the complete content.

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

You must be logged in to reply to this topic.