Hello and thanks!
Where is it that your full article is not shown? The theme is not designed by default to show full posts on home/archive/search. If you wish to modify to show the full content there anyway, in content.php locate:
<?php the_excerpt(); ?>
Change to:
<?php the_content(); ?>
Thread Starter
LexApp
(@lexlaw)
Thank you Alexander. But I’ve done that. In fact I followed this http://wordpress.org/support/topic/post-in-full-on-frontpage?replies=4 yet it didnt change anything. This is the site http://www.siztech.com
The fix definitely works, I’ve tested it on my end. Are you sure you are editing the right file? Editing the right theme? Are you using a child theme and if so is the file added correctly to override the other?
Thread Starter
LexApp
(@lexlaw)
Thank you, I’ll try it again and give you heads up on that.
I can confirm that Alexander’s change will work but only if the excerpt length is set to 1 or more otherwise the code before it kicks in and nothing will be displayed.
Having said that I’d love of this theme had a full post option – mostly because I use a third party CDN for my images and the featured images component doesn’t seem to allow call from URL vs local file
Thread Starter
LexApp
(@lexlaw)
Just in case you are experiencing the above problem, try the following steps. It solved my problem. Please try going to Settings > Permalinks and refreshing the options there and save it. Got it from my name sake’s post (Alexander) somewhere I can’t figure out now.