Free Coolblue Theme
Get the brand new and original Mango Blog theme "Coolblue" absolutly free. This basic pod-enabled theme features a pale blue and gray design with minimal use of color.

Get the brand new and original Mango Blog theme "Coolblue" absolutly free. This basic pod-enabled theme features a pale blue and gray design with minimal use of color.

Hello Mark,
I have been using cool blue theme for my coldfusion blog. It looks really cool. Its color combination and simplicity is really very attractive. Simply its awesome.
There is one thing which I'm looking is for 'Recent comments', 'Recent Posts' and 'About me' information on very lower portion in this theme. (e.g: Scroll till end of http://www.coldfusionjedi.com/)
Please advise me if there is any other plugin available for the same?
You can modify the theme yourself very easily. Hopefully I can post code in this reply. If not I will email you. Here is the code you will need. It is also available in the "glossy blue" theme that comes with Mango Blog.
About Me -
<mango:Blog description descriptionParagraphFormat />
Recent Posts -
<ul><mango:Posts count="5"><mango:Post>
<li><a href="<mango:PostProperty link />"><mango:PostProperty title /></a></li></mango:Post></mango:Posts>
</ul>
Recent Comments -
<ul><mango:Comments recent count="5"><mango:Comment>
<li><a href="<mango:CommentProperty entryLink />#comment-<mango:CommentProperty id />"><mango:CommentProperty name /></a>: <mango:CommentProperty excerptChars="80" /></li></mango:Comment></mango:Comments>
</ul>
Thanks Mark for your quick reply,
We added code in our site. We are running coldfusion blog.
http://coldfusion.isummation.com/
I installed this theme but the links are not showing up in the "grey" area, but instead, below in the white area before the site's content. Any ideas why the css is messed up? I didn't do any edits and this is a fresh install of MangoBlog 1.4.3
Danny, I will need a bit more info in order to help you. Is the site publicly viewable? If I can see it, I can troubleshoot it. If not, I need some information on what browser you are using. Including the version number.