Author: noodle_cook
Comment:

Now the post gets too long, and you need to move poster, timestamp, labels, and comments to the bottom of post, find the code between <span class='meta'>, then cut and paste and put in post footer:

<p class='post-footer-line post-footer-line-3'>
<div class='entrytitle'>
   <!-- enclose with div entrytitle to control the style-->
   <!-- Cut and paste the code for span meta-->
    <span class='meta'>put it here</<span>
</div>
</p>

If you just want the labels moved then cut and paste this and put in the "put it here" stub indicated above:

<b:if cond='data:post.labels'&gt;
   <b:loop values='data:post.labels' var='label'>
      <a expr:href='data:label.url' rel='tag'><data:label.name/></a&gt;
      <b:if cond='data:label.isLast !=&quot;true&quot;'>,</b:if>
   </b:loop>



</b:if>

Bookmark and Share