I apologize in advance if I'm missing something obvious but I just started using SilverStripe a few days ago.
I created a theme using my own template. It's simple with just the base_tag and $content and $form variable/tags. The structure looks like this:
mysite.com\themes\blackcandy
mysite.com\themes\blackcandy_blog
mysite.com\themes\mytheme\
- mytheme\css\
- mytheme\images\
- mytheme\js\
- - mytheme\templates\
- - templates\Page.ss
When using the blackcandy as the default theme for the site, the blog page appears to work fine. However, when I switch to my theme and select the blog link from the menu, the blog holder page is blank. I noticed the ReadMe page says the blog module is setup to use the \themes\blackcandy_blog\ directory by default. What do I need to do to make the blog work with my theme?
Thanks in advance.