Viewing 4 replies - 1 through 4 (of 4 total)
  • Try editing index.php in your theme and replacing <?php the_content();?> with <?php the_excerpt();?>

    It should be as simple as changing this line

    <?php the_content( __( 'Read the rest of this entry &rarr;', 'buddypress' ) ); ?>

    to

    <?php the_excerpt() ?>

    Thread Starter cyberknight8610

    (@cyberknight8610)

    thank you, Also I I type something in the excerpt it will show it as the summary correct?

    yes, it will prioritize a custom excerpt you create ahead of the default WP extract it otherwise uses

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quick Question need Help!’ is closed to new replies.