Template Information
- Three Column
- Left Sidebar
- Blue
- White
- Automatic Read More
- Tabber
Best regard

Enjoy your Blogspot Template
Download Template For Blogspot
Posted by Enursa on January 28, 2010 in blogger template · 7 Comments
Template Information
- Three Column
- Left Sidebar
- Blue
- White
- Automatic Read More
- Tabber
Best regard

Enjoy your Blogspot Template
Nice template, is there any way to get rid of the "read more"
@kevin…. sure. You can remove "Read More". Just looking for this code and delete it.
<div class='tags'><a expr:href='data:post.url'>Read More</a></div>
Best Regard
thanks alot, but I was more wondering if there was a way to show the whole post on the front page instead of just an excerpt.
@kevin, do you means that you want to remove or not using "read more" feature?
not using the read more feature. Like if i was using a template made by blogger.
ok i see @kevin.
Please follow this step.
1. login into you account
2. check "Expand all widgets" option.
3. find this code…..
<div class='content'>
<b:if cond='data:blog.pageType == "item"'>
<p><data:post.body/></p>
<div style='clear: both;'/> <!– clear for photos floats –>
<b:else/>
<div expr:id='"summary" + data:post.id'>
<p><data:post.body/></p>
</div>
<script type='text/javascript'>
createSummaryAndThumb("summary<data:post.id/>");
</script>
<div style='clear: both;'/>
</b:if>
</div>
4. and change with this one.
<div class='content'>
<p><data:post.body/></p>
<div style='clear: both;'/> <!– clear for photos floats –>
</div>
5. Save your template now.
Best Regard
I love this Solio template!
But I wondered if I could move the sidebar from left to right??