Hi there,
I've created a StaticSidebar as per the tutorial and now I would like to add it to the BlogHolder.ss and BlogEntry.ss templates. I've added the code as per the Page.ss template but nothing is showing up.
Do I need to add the function:
public function GetMemberStaticSidebar(){
return DataObject::get_one("MemberStaticSidebar");
}
to the BlogHolder.php?
Any help would be greatly appreciated.
Cheers
Natalie