October 19, 2011

How to show date above Blogger post title on Extreme Surfing Blogger Template

For everyone who uses the Extreme Surfing Blogger Template from BTemplates.com

1. Go to "Template", then "Edit HTML"

2. Click "Expand Widget Templates"

3. Search in the Searchbox (CTRL/STRG + F) for this code:

<data:defaultAdStart/>

4. Then add after this code and the second line the following three (red) lines:

<data:defaultAdStart/>
      <b:loop values='data:posts' var='post'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if> 

<b:if cond='data:post.isDateStart'>
          <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
            &lt;/div&gt;&lt;/div&gt;
          </b:if>

5. Then click on "Preview", when it worked out, you can save it and you're done.

I hope it works for you as it worked for me.
I figured this out, through this tutorial, but obviously I needed to change it a little bit.
http://blogknowhow.blogspot.de/2009/06/show-date-above-blogger-post-title.html

One Response to “How to show date above Blogger post title on Extreme Surfing Blogger Template”

  1. This comment has been removed by a blog administrator.

    ReplyDelete

Thank you for taking your time to take a look at my posts and for commenting. I really appreciate it ♥