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

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.

Name
E-mail
Home page

Comment (Some html is allowed: a@href@title, b, i, strike) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Enter the code shown (prevents robots):

Live Comment Preview