1778 Posts in 499 Topics by 534 members
Blog Module
SilverStripe Forums » Blog Module » Want the blog to show all the posting
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 886 Views |
-
Want the blog to show all the posting

16 August 2009 at 6:55pm
I'm a newbie to php and silverstripe trying to set up a village website. I want the front page to be mainly news stories. At the moment I want get the first paragraph and not the whole story. Is there any way of changing this?
Thankyou
-
Re: Want the blog to show all the posting

19 August 2009 at 6:50pm
Gary,
in blog->templates->includes you should find a file called BlogSummary.ss. This is presumably the file you are calling to get your front page listing. Find the line:
$ParagraphSummary
and replace it with
$ParsedContentIt would probably be a good idea to name this new version something like BlogFull.ss and then call it rather than BlogSummary.ss.
Hopefully that is enough to solve your problem.
cheers
bruce
| 886 Views | ||
|
Page:
1
|
Go to Top |


