My first two posts (here and here) on this blog were about this blog's current template. This is my fourth post and I am still talking about the template. I really have no business blogging. Hmmm :(
If you used the template from blogcrowds, you will have a 2-column layout. Replace the string class='twocol-stories' with class='onecol-stories' if you prefer your posts to appear in a single column.
<div class='
<div class='inside'>
<b:loop values='data:posts' var='post'>
<b:include data='post' name='post'/>
</b:loop>
<div style='text-align:right;padding:0 0 15px 0;'>
<!-- navigation -->
<b:include name='nextprev'/>
<!-- feed links -->
<b:include name='feedLinks'/>
<div class='clear'/></div>
</div>
</div>
</b:if>
Tags Blogger Templates, Hemingway
Modify the header and footer sections as follows:
<div id='header'>
<b:section class='inside' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='AdSense3' locked='false' title='' type='AdSense'/>
<b:widget id='Header1' locked='true' title='Geowge (Header)' type='Header'/>
</b:section>
</div>
<b:section class='foot' id='footer'>
<b:widget id='AdSense1' locked='false' title='' type='AdSense'/>
</b:section>
Here's the color scheme and format of the adsense widget that appears on the header:
Here's the color scheme and format of the adsense widget that appears on the footer:
Tags Adsense, Blogger Templates, Templates
The template applied to this blog is the Black Hemingway template from blogcrowds with a few minor modifications.
Tabo has an implementation of the template in white but I don't want to use it because it was implemented using the Classic Blogger template markup. To transform blogcrowds' Hemingway template to a white Hemingway template, I copied the lines of css code that set the colors from Tabo's White Hemingway template and pasted it on the style section of blogcrowds' Hemingway template.
The lines of css code that set the colors are just below the line /* ----- white.css ------ */. You can also view the code here, just click on the Read More link below.
Tags Blogger Templates, Hemingway