Home › Forums › Lite Version › Is there a way to show the whole post content instead of just an excerpt? › Reply To: Is there a way to show the whole post content instead of just an excerpt?
August 4, 2015 at 1:44 pm
#6552
Keymaster
Hi Beth,
You need to customize to achieve that.
Please open wp-masonry-layout/themes/default/layout.php
In line 15 change,
<?php the_excerpt(); ?>
to
<?php the_content(); ?>
This should meet your requirement.
Thanks