Post excerpt -- how to show full post instead?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Sun Sep 21, 2014 4:40 pm
Hi -- when making a blog post, the theme only shows an excerpt of the full post and requires a click-through to read the full post. I'd like to be able to show the full blog post and not require a click-through.

I also noticed that the excerpt removes any formatting and hyperlinks. For example, I wanted to create a post in a list format:

XXX
YYY
ZZZ

But the excerpt removes the vertical formatting, and puts everything on one line: XXX YYY ZZZ

So again, when adding a new blog post, I'd like the whole post to display with desired links and formatting.

Help?
User avatar
Junior Boarder

GK User
Mon Sep 22, 2014 7:51 am
Hi,

It's the default behaviour - excerpt cut off html tags, so your formatting is not visible, if you want to display full posts, please edit your Fest/content.php file and replace this line:
Code: Select all
<?php the_excerpt(); ?>

with:
Code: Select all
<?php the_content(); ?>
User avatar
Moderator


cron