theme development for BlogEngine.NET
Wednesday, April 4th, 2007I am creating a theme for BlogEngine.NET based on Sandbox for Wordpress.
Sandbox is a theme that puts css selectors EVERYWHERE ensuring that designers have complete control over their blog.
here is a download link to a start: Sandbox for BlogEngine.NET
to use it correct line 20 of BlogBasePage.cs to
MasterPageFile = "~/themes/"+ BlogSettings.Instance.Theme +"/site.master";
Technorati tags: themes, blogengine.net
