[...] what can i do? [...]
Hi goloplo,
I can only see the generated code ... and what I see is
--------------------------------------------------------
<div class='main section' id='main'><div class='widget Blog' id='Blog1'>
<div class='blog-posts hfeed'>
<!-- google_ad_section_start(name=default) -->
<h2 class='date-header'>Tuesday, February 9, 2010</h2>
<h2 class='date-header'>Sunday, February 14, 2010</h2><div class='post hentry uncustomized-post-template'>
<a name='3044365655638953507'></a>
<h3 class='post-title entry-title'>
<a href='
http://test-alex-200.blogspot.com/2010/02/tarrara.html'>tarrara</a>
</h3>
--------------------------------------------------------
Now there are two lines
<h2 class='date-header'>Sunday, February 14, 2010</h2>, which indeed shows on the generated page.
Back to the drawing board then (
the template)!
The start of the post loop (in the original Techified.xml):
--------------------------------------------------------
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2> </b:if>
<b:include data='post' name='post'/>
--------------------------------------------------------
No more, no less.
Good luck.