Test Footer

BloggerPress Theme

Insight has designed some really unique blogger templates. This one is Bloggerpress, a 2 column magazine style theme with a neat layout.
Bloggerpress template
Blogger Press starts with the menu bar on top where you can display your 'Home', 'About', 'Contact' links etc. The header space has been used for the blog title, tagline, search box on the right, and a slider to highlight relevant posts. The image size for the slider should be 150 x 100px. Go to Layout--Edit Html and search for the following code -

<div class = 'panel' id = 'panel_1'>

Then you need to add your post link and image url in the code mentioned below -

<div class='panel' id='panel_1'>
<div class='inside'>
<ul class='gallery'>
<li> <a href=' POST LINK'> <img alt='Image 1'src=' IMAGE URL'/> </ a> </ li>
<li> <a href=' POST LINK'> <img alt='Image 2'src=' IMAGE URL'/> </ a> </ li>
<li> <a href=' POST LINK'> <img alt='Image 3'src=' IMAGE URL'/> </ a> </ li>
<li> <a href=' POST LINK'> <img alt='Image 4'src=' IMAGE URL'/> </ a> </ li>
</ ul>
</ div>
</ div>

Below it the latest post is highlighted in a horizontal box, with the headline, summary, automatic image and the read more link. While the remaining posts are displayed in a vertical box format that includes the image, short summary of the post and read more link.

The sidebar starts with the About Me section, and you can insert additional blogger widgets that goes well with your theme. Bloggerpress also has a 3-column footer space to include more features. Overall its a nice template, more like a wordpress theme packed with features.

Download the Bloggerpress Template

No comments:

Post a Comment