admin管理员组

文章数量:1336660

So my blog is currently / using the “delight” theme. Can anybody tell me how on earth I change it so instead of showing excerpts of posts, it just shows the entire post, one after the other, for about five posts or so, on the main landing page?

I've tried changing the_excerpt to the_content, which just makes the whole lot disappear. I've also tried asking the creator of the template with no joy.

Please help this is driving me nuts! Many thanks


Thanks Sagive,

I've tried changing every entry of excerpt to content, all successfully other than one line which makes everything vanish when I amend it in any way. You can (hopefully) see my code at:

thanks very much!


any ideas anyone? Really stuck on this! Thanks

So my blog is currently http://www.joegilbertphotography.co.uk/blog/ using the “delight” theme. Can anybody tell me how on earth I change it so instead of showing excerpts of posts, it just shows the entire post, one after the other, for about five posts or so, on the main landing page?

I've tried changing the_excerpt to the_content, which just makes the whole lot disappear. I've also tried asking the creator of the template with no joy.

Please help this is driving me nuts! Many thanks


Thanks Sagive,

I've tried changing every entry of excerpt to content, all successfully other than one line which makes everything vanish when I amend it in any way. You can (hopefully) see my code at:

http://pastebin/Fkr3eTrW

thanks very much!


any ideas anyone? Really stuck on this! Thanks

Share Improve this question edited Jan 30, 2012 at 12:11 Rarst 100k10 gold badges161 silver badges298 bronze badges asked Jan 27, 2012 at 10:12 Joe GilbertJoe Gilbert 11 bronze badge 1
  • Please don't create answers for discussion. Edit your question or use comments. You might need to properly register on site for that to work nicely. – Rarst Commented Jan 30, 2012 at 12:12
Add a comment  | 

1 Answer 1

Reset to default 1

You Should go into index.php and

change:

the_excerpt(); //or similer

to:

the content();

If your code looks different paste it in pastebin and share a link.

Best of luck, Sagive.

本文标签: excerptHow do i configure my content to show full posts