How to Hide Your Post Date, Time and/or Author
There are some reason for bloger to hide Post date, time and author. May be they want to see their blog looks clear or everything. Now I will show you the trick to "hide your post date, time and or author". the mothods is very simple, just find the code that I pointed to you and delete it. You can chose which part want to delete, date only, time only, author only or it all. Ok, if you decided to do it lets begin the hack.
1. Login to blogger the go to "Layout --> Edit HTML"
2. Click on the "Download Full Template" to back up your template first.
3. Check on the "Expand Widget Templates" check box.
Hide Post Date
find this code and delete it.
<data:post.dateHeader/>.
Hide Post Time
find this code and delete it.
<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' rel='bookmark'
title='permanent link'><abbr class='published'
expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>.
Hide Post Author
find this code and delete it.
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
.
5. Save your editting
Good Luck ............
1. Login to blogger the go to "Layout --> Edit HTML"
2. Click on the "Download Full Template" to back up your template first.
3. Check on the "Expand Widget Templates" check box.
Hide Post Date
find this code and delete it.
<data:post.dateHeader/>.
Hide Post Time
find this code and delete it.
<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' rel='bookmark'
title='permanent link'><abbr class='published'
expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>.
Hide Post Author
find this code and delete it.
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
.
5. Save your editting
Good Luck ............
12 comments:
The process is great. But i didn't find any benefit with this process. I am not thief and i am always writing content in my words.so no need to hide my name. Anyway the moral is nice.....Definitely suggest to anyone if he want to apply this kinda settings.
1. Login to blogger the go to "Layout --> Edit HTML"
2. Click on the "Download Full Template" to back up your template first.
3. Check on the "Expand Widget Templates" check box.
Those three steps is very useful for me.
thanks
1. Login to blogger the go to "Layout --> Edit HTML"
2. Click on the "Download Full Template" to back up your template first.
3. Check on the "Expand Widget Templates" check box.
Those three steps is very useful for me.
thanks
You can chose which part want to delete, date only, time only, author only or it all. Ok, if you decided to do it lets begin the hack.
I'd like to modify the way the story nodes display. Is this something I should do in the module creating an _page function, or can it be done in the theme?For maintenance reasons, I think my preference would be to modify the theme. Here's what I'd like to do.
Thank you for sharing, from the article i learn more useful things,Thank you!
A good post, is worth to recommend the thread, hope can see your post.
A good post, is worth to recommend the thread, hope can see your post.
Context Links automatically identify and link relevant phrases within your page content to Amazon products, unlocking new ad inventory and saving you the time from having to manually create links.
I think my preference would be to modify the theme.So no need to hide my name. Anyway the moral is nice.
I stumbled across your site, and I think that your advise works for everyone, young at art or not! I especially loved the part about understanding what music has to do with your art.thank you!
the mothods is very simple, just find the code that I pointed to you and delete it. You can chose which part want to delete, date only, time only, author only or it all. Ok, if you decided to do it lets begin the hack.
Post a Comment