garyexposure
Member
Posted 1 year ago #
Hi all
I want the stories to appear in full rather than as an excerpt.
I've tried adjusting the options in the normal controls on the dash but I think the theme is overriding (this may be a wild assumption). If there anything I can change in the template to force the theme to show the stories in full.
http://www.exposure.org.uk/blog
Thanks
Gary
What Theme are you using?
Looks like Component?
Check index.php - find the_excerpt() and change it to the_content() and see if that helps. If your theme is using loop.php you'll need to edit that instead - will be a bit trickier. Back up your original files before editing.
garyexposure
Member
Posted 1 year ago #
It is Component. Your advice worked. Many thanks!