MrDanielson
Member
Posted 1 year ago #
Hey guys.
I don't know if it's the right section, but I hope so - otherwise, please move my topic. :)
I downloaded the theme "Thrilling Theme", but when I look at my page WITH the theme, it makes "[...]" in the post at the frontpage, but normally it's not doing that! How can I change this? In settings it's set to show whole post, so thats not the problem.
ThrillingTheme: http://www.thrillingheroics.com/thrillingtheme
Thanks in advantage! :)
it is a theme design feature - it is probably using the_excerpt(); in index.php to show the short posts ending with [...] on the front page;
if you want the full posts, you need to edit index.php of your theme and replace the_excerpt(); with the_content('read more');
http://codex.wordpress.org/Template_Tags/the_excerpt
http://codex.wordpress.org/Template_Tags/the_content
MrDanielson
Member
Posted 1 year ago #
Damn, I'm so happpy now :D :D thanks for your help dude! :)