# Monday, November 12, 2007
« up all night | Main | Google never misses an opportunity »
posted by: Martin Criminale

I wanted to add some additional Blogrolls on the home page of our blog and I wanted to be able to name them whatever I wanted. After poking around I found that you can edit this file here:

dasblogce\themes\your_theme\homeTemplate.blogtemplate

All I had to do was this.

  • log in to our blog
  • under Blogroll, create a new OPML file (called "martin" in my case)
  • add an entry to this new file
  • in the homeTemplate.blogtemplate file in our theme I added this code:
<div class="sidetitle">
  Blogroll - Martin</div>    
<div class="side">
  <%radio.macros.blogroll ("siteConfig/martin.opml")%> </div>
  • save the file

Now, when I refresh my blog home page I can see my Blogroll on the side. In my case I also commented out the original Blogroll entry to hide that.

Monday, November 12, 2007 5:09:58 PM (GMT Standard Time, UTC+00:00)  #    Disclaimer  |  Comments [0]  |  Related posts:
upgrade your T-Mobile Dash to Windows Mobile 6.5
Twitterlive – my solution to no one's (but my own) problem
RSS hell (and heaven)
Flickr2Twitter2Facebook
how to upgrade dasBlog 2.0 to 2.3 on Windows Server 2003 with IIS 6
automatically sync iTunes with any folder(s)


Bookmark and Share