Actually, that does not seem to work with this theme.
Thread Starter
kagers
(@kagers)
Yep, the full text option under reading settings is on. No dice. I still really like this theme, so I’m going to live with it for now.
Hello,
Links within the article are stripped out of the excerpt – which is a normal WP behavior (all HTML tags are stripped out from the_excerpt() ).
The full text option under reading settings does not apply to the blog index, but to the RSS feed. I admit it is confusing, but the option reads: “For each article in a feed, show: Full text”.
Anyway, YES there is a way to have the full content on the index page. You will simply need to edit index.php (from Appearance > Editor) and find this on line 93:
else the_excerpt();
Replace this with:
else the_content();
And this will do the trick!
Thread Starter
kagers
(@kagers)
Awesome! Thanks so much. I was hoping for a fix like that, I didn’t have any luck with my searches.
Thread Starter
kagers
(@kagers)
Worked beautifully. Back in business.