Home › Forums › Theme support › Team Grid / List for all Themes › Reply To: Team Grid / List for all 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.