Blog summary

Permalink
Please help me...

I finally found some YouTube videos that showed me how to post new blog entries. But now when I post new blog entries I cannot see the blog summaries on the main blog landing page. What did I break and how do I fix it?

 
NBardales replied on at Permalink Reply
NBardales
Have you changed the custom templates yet?
There's an included custom template for the 'Page List' block, after you apply it, it will display the summaries
TheRealSean replied on at Permalink Reply
TheRealSean
Visit your blog index page select the page list block and choose Custom Template,

I believe its "Blog Index" or "Blog Listing" choose ok.

Or if you want to create your own you can use the following where you would like to output your full description. But this is best to do only if you know your way around php otherwise the default custom template does the job well.

echo $cobj->getCollectionDescription();