Translate This Blog
Remember To Always Back Up Your Template Before Attempting Any Of The Tweaks On This Site

Post Date Under Title (Blogger)

To move the post date under the post title is a simple tweak.

1. Go to Design --> Edit HTML --> Expand Widgets Templates
2. Press Ctrl+F and a text box will pop up.
3. Input this code below in the text box.

<b:if cond='data:post.dateHeader'>

You should see something like this below.

<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if>

4. Copy and remove the full code above.
5. Paste this code into a notepad
6. Find this code below.

<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>

7. Paste the code you have in the notepad directly under it.

When your finished it should look like this below

<b:if cond='data:post.title'>
<h3 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>
</b:if>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><data:post.dateHeader/></h2>
</b:if>

6 comments:

Kitty said...

Ahh! I have been trying to figure that one out FOREVER!
Ironically, once I did it, I didn't like how it looked and changed it back.
But thank you so much this is a load of my mind!

Laura said...

Hello,
Nothing came up when i searched...is there any other way to remove it?
Thanks in advance!

AiresOFwar said...

Are you using a blogger template or a 3rd party one?

Brenna said...

I did this on one of my blogs and it worked perfectly. I recently started a new one and it's not working right- the date showed up below the post title just fine, but now there are two dates- one above and one below. Any ideas on this? I definitely removed the first clip and re-placed it below the second text (didn't accidently leave it AND add it again..

AiresOFwar said...

When I created this post their was only one place in the template that had the code I said to remove. Now the template contain 2 codes within the template. You will need to search for the 2nd code to remove and that will remove the other post title.

Brenna said...

Thank you! Works now :) There are also two places that the second text appears, and it is just slightly different than the one above, but I pasted below the first time it shows and the date moved just fine.

Post a Comment

Please don't post hyperlinked text within the comment box! It will not be published and you will be marked as spam.

Web Design Blogs PageRank