Showing posts with label etc. to bottom of post. Show all posts
Showing posts with label etc. to bottom of post. Show all posts

Instead of cutting the code "between" the xxxx, you have to cut the ENTIRE LINE OF CODE INCLUDING THE LEFT ARROW AND WORD SPAN AND AT THE END THE WORD SPAN WITH THE RIGHT ARROW 'xxxx' and then just paste it after the footer code. I was looking for a place to paste it "between" some bunch of code I did not have on my page. Well anyway, after a very hectic day, I actually can say I did it!!! Thank you again noodle_cook :) Brenda

Bookmark and Share

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