Sunday, July 1, 2012

Hide Your Post Date,Time and Author in Blogger

Log in to Blogger--> Dashboard --> Design -->Edit HTML and click on Click on "Expand Widget Templates". Now to do the following :

Hide Post Date

<data:post.dateHeader/> this code and delete it.


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>


Image may be subjected to copyright

0 comments:

Post a Comment