For those of you that are using this template and know the answers to any of the questions and problems many of us are facing, please post your solutions/fixes and/or paste your lines of code in the comments box at the bottom of this post. Thanks in advance, Brenda
Posted by Ms.. Prince | 12:06 AM | code fixes,help,Help with "Ads Theme" template,Tweaks0 comments |
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'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a>
<b:if cond='data:label.isLast !="true"'>,</b:if>
</b:loop>
</b:if>
Posted by Ms.. Prince | 10:58 PM | etc. to bottom of post,Help with "Ads Theme" template,labels,moving comments,Tweaks0 comments |
I will be posting all of the questions and the answers to those questions on this blog. I have decided that there are so many people out there who have been having problems with it that I will try to help as much as I can. Even if that means just passing on the help that I originally received from noodle_cook and a few others. If you look at the comments under the post entitled "How I arrived at this point." you will find some starter questions. If you have any more, send them to me and I will try and locate the answer for you. I will paste the code right into the post so this way you can have it at your finger tips at any time to copy and paste into your HTML box. I will also obviously pass on any added/special instructions that should be followed. Be sure to always back up your Template before you tweak and play with any of your code. Brenda~
Posted by Ms.. Prince | 7:07 PM | Blogging,Help with "Ads Theme" template,noodle_cook,Tweaks0 comments |