Advertisement
abuiyad

isDateStart modify

Nov 6th, 2014
2,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <!--    <b:if cond='data:post.isDateStart'> -->
  2.           <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  3.             &lt;/div&gt;&lt;/div&gt;
  4.           </b:if>
  5. <!--    </b:if> -->
  6. <!--    <b:if cond='data:post.isDateStart'> -->
  7.           &lt;div class=&quot;date-outer&quot;&gt;
  8. <!--    </b:if> -->
  9.         <b:if cond='data:post.dateHeader'>
  10.           <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  11.         </b:if>
  12. <!--    <b:if cond='data:post.isDateStart'> -->
  13.           &lt;div class=&quot;date-posts&quot;&gt;
  14. <!--    </b:if> -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement