| Author |
Message
|
| monove |
Posted: Mon Dec 24, 2007 10:09 am Post subject: "Configure Blog Posts" widget issue |
|
|
 New Member

Joined: Dec 24, 2007 Posts: 1
|
Hi,
I've been trying to get the "Posted by..." to be displayed right after the Timestamp (which is my post header), I've been moving the thing around in the "Configure Blog Posts" widget, but even after I save it, those changes are not reflected on my blog!
Any ideas? |
|
| Back to top |
|
 |
Sponsored Ads
|
 |
| erikko |
Posted: Thu Jan 31, 2008 9:57 am Post subject: |
|
|
 Junior Member

Joined: Oct 04, 2007 Posts: 124
|
|
| Back to top |
|
 |
| Rose |
Posted: Thu Jan 31, 2008 12:01 pm Post subject: |
|
|
 Site Administrator

Joined: Sep 06, 2006 Posts: 1845 Location: Canada
|
Put a check in the expand widget template box and scroll down to locate this code in the Blog Posts widget :
| Code: | <span class='post-author'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/> <data:post.author/>
</b:if>
</span> |
Now take this code
| Code: | <span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<a class='timestamp-link' expr:href='data:post.url' title='permanent link'><data:post.timestamp/></a>
</b:if>
</b:if>
</span> |
and Move it before the first code.
Save & view blog.
Erriko it does not matter why they want to change it. Our job is to assist them. _________________ Help Support Blogger Talk Blogging Community|
Rose DesRochers - World Outside my Window
|
|
| Back to top |
|
 |
|
|