How To Hide Your Post Date,Time and Author

How To Hide Your Post Date,Time and Author




1.Log in to your dashboard--> layout- -> Edit HTML





How To Hide Post Date


Scroll down to where you see this:-



 

Now delete this code.


Save Template and preview your site.



 

2.How To Hide Post Time


Scroll down to where you see this:-


<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>


Now delete this code.


Save Template and preview your site.




3. How To Hide Post Author


Scroll down to where you see this:-


<span class='post-author vcard'>


<b:if cond='data:top.showAuthor'>


<data:top.authorLabel/>


<span class='fn'><data:post.author/></span>


</b:if>


</span>



Now delete this code.


Save Template and preview your site.

Post a Comment

0 Comments