Template Information
- Two Column
- Right Sidebar
- Black
- Gray
- Red
- Fixed Width
Best regard

Enjoy your Blogspot Template
Cheer's - Blogger Templates | Tutorial Blogs | Webhosting
Posted by Enursa on January 21, 2010 in blogger template · 16 Comments
Template Information
- Two Column
- Right Sidebar
- Black
- Gray
- Red
- Fixed Width
Best regard

Enjoy your Blogspot Template
Cheer's - Blogger Templates | Tutorial Blogs | Webhosting
Hi, great template.
One question: How can I see the Author and the Comments?
Thank you and Best Regards
muchas gracias por tus hermosas plantillas en especial esta esta muy linda sigan asi!
To see the author and comments of course you need insert some code. But which area do you want to place it? under the post title? or under the post content?
Please under the post content.
Thank you
Hi,
great work, we and our SCM fans apreciate!
Best regards
@Talin…
Please follow this step.
1. Login into your blogger account.
2. Go to Layout, and choose Edit HTML.
3. Click "Expand All Widgets" Option
4. Find this code……
<div class='singleinfo'>
<span class='category'> <b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url + "?&max-results=6"' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if></span>
</div>
5. Replace with this one ……….
<div class='singleinfo'>
<span class='category'> <b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url + "?&max-results=6"' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if></span>
<span class='category'><data:post.author/></span>
<span class='category'><b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
</b:if>
</span>
</div>
Hope this will help you.
Best Regard
p.s. you can see the new demo
Thank you very much!!!
PS: Can you help me also please whit the tempalte "Delight Magazin".
@talin…
your welcome. Yes, i can help you. i will do as soon as possible. Can you give the URL???
Best regard.
p.s help me to grow up sir
bro thnks for the beautiful template how to add readmore to dis please if possible give me the code i really love dis template
@M N H,
Please follow this step.
1. Login into your blogger account.
2. Go to Layout, and choose Edit HTML.
3. Click "Expand All Widgets" Option
4. Find this code……
<div class='singleinfo'>
<span class='category'> <b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url + "?&max-results=6"' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if></span>
</div>
5. Replace with this one….
<div class='singleinfo'>
<span class='category'> <b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url + "?&max-results=6"' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
</b:if></span>
<span class='category'><a expr:href='data:post.url'>Read More….</a></span>
</div>
6. Save your template
Best regard
(BTP)
Olá, eu sou brasileiro e baixei esse template (Glossgamble Blogger Template), só que a imagem de fundo da postagem foi expirada e eu preciso muito dela, voce poderia posta-la novamente ?
Obrigado
Hello, I am Brazilian and I downloaded this template (Blogger Template Glossgamble), except that the background image of the posting has expired and I need her so much, you could put them back?
Thanks
hello..i want to change the submenu.how do i change it and also the link?
There are easy way. You just need to change the code between <ul> </ul> with yours.
like this one:
<li class=’page_item’><a href=” title=’Mail signup’>Mail signup</a>
<ul>
<li class=’page_item’><a href=’Your_URL’ title=’Your_Title1′>Your_Title1</a></li>
<li class=’page_item’><a href=’Your_URL’ title=’Your_Title2′>Your_Title2</a></li>
</ul>
</li>
Best Regard
how do I change the color of text in a sidebar widget?
Find this CSS code….
.sidebox .widget-content{
………………….
………………….
}
You just simply insert the color code,
color:#000,
Best Regard.