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>
<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>
<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>
<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>
Ahh! I have been trying to figure that one out FOREVER!
ReplyDeleteIronically, 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!
Hello,
ReplyDeleteNothing came up when i searched...is there any other way to remove it?
Thanks in advance!
Are you using a blogger template or a 3rd party one?
ReplyDeleteI 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..
ReplyDeleteWhen 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.
ReplyDeleteThank 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.
ReplyDelete