Name: StableStart-Black
Author: Thomas A. Bosscher
Compatibility: BlogEngine.Net 1.3
Tested with: Firefox 2.0x - Netscape 9.0x - Opera 9.2x - IE 7.0x
Download: ThemeGrabber Page
StabelStart (Black) is the theme currently being used on this website. The default download includes every feature I could find from the dotnetblogengine wikki. Categories, Page List, Calendar, Search, Tag Cloud, Blog Roll, Authors, Month List, Recent Posts, Recent Comments and then a banner section I added myself to place images.
Header Images:
The header has four images which are acutally seperate image files called: image1.gif, image2.gif, image3.gif and image4.gif. To change these images, simply copy over a 80x100 pixel piture to the theme fodler with the same names of image(x).gif. This allows you to modify the header without having to change the entire image.
Remove Options:
If you would like to remove a feature from the blog like the authors list on the sidebar, you can simply open the site.master file in notepad and make any modifications where needed:
Example: ( I do not want to list the authors menu on the left)
-
Open the site.master file with notepad
-
Find the <div> for Authors
-
Add "<!--" before the opening div tag and "-->" after the closing dim tags
Code before:
<div id="authors">
<h3>Authors</h3>
<blog:AuthorList ID="AuthorList" runat="Server" />
</div>
Code After:
<!--
<div id="authors">
<h3>Authors</h3>
<blog:AuthorList ID="AuthorList" runat="Server" />
</div>
-->
By commenting out the code you leave the option to use this option later if you like.
I will continue to try and improve on this theme as I will be using it as my default for now. Any updates I will post to this website. If I modify anything else outside of the core files I will also try and document that process as well. Please post any comments you may have as I would love to hear what you think of my first them for BlogEngine.Net.
Have a great day!
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5