Username or Email Address Password (forgot?) Register
WordPress › Support » Themes and Templates
Paolo Melchiorre Member Posted 3 years ago #
How I can view excerpt in single post view ?
@mercime Volunteer Moderator Posted 3 years ago #
Why? In any case, open up your single.php and change <?php the_content(); ?> to <?php the_excerpt(); ?>
<?php the_content(); ?>
<?php the_excerpt(); ?>
This topic has been closed to new replies.