ASPX templates
Version 4.x > ASPX templates > Blog Template View modes: 
User avatar
Member
Member
cshanks-tmw.co - 7/2/2009 8:46:59 AM
   
Blog Template
Hi there,

My site is coming along really well - but I just can't seem to get my head around the whole blog template/webpart stuff and was hoping that someone who has done the same thing can give me a run down.

I have no problems creating a blog/blog posts etc, but I need it to be within my template so that it works with the rest of the site. When I try and just add a blank masterpage or change anything - I keep breaking it.

How do I go about creating the blog, but just putting it within my template?

Thanks for any guidance!
Cassandra

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 7/3/2009 4:46:50 AM
   
RE:Blog Template
Hi Cassandra,

Could you please inspire by ~\CMSTemplates\CorporateSiteASPX\Blog.aspx and Blogs.aspx templates from sample CorporateSiteASPX site where blogs are used? Basic structure of documents should look like following:

Blogs (CMS.MenuItem type, Blogs.aspx template)
- My blog (CMS.Blog type, Blog.aspx template)
- - blog month 1 (CMS.BlogMonth type, inherited Blog.aspx template)
- - - blog post 1 (CMS.BlogPost type, inherited Blog.aspx template)

Kind Regards,

Martin Dobsicek