"How to hide the date and the time of publication and author of Blogger topics"
In some templates the history of the subject place above the title of the topic,
giving the template form is not coordinated to some extent,
in others there are people who love to write without appearing,
or in other words they write in secret, where do not want to recognize one
of their identity and of whom I am, therefore I decided to put
This story is to have them help, God willing.
Note: Do not forget to take backup of your template.
* Explain Hide date :
After logging on the control panel and then design, then edit the Html,
Look for this code<data:post.dateHeader/>
* Another way:
Look for this codeh2.date-header {margin:1.5em 0 .5em;}
h2.date-header {margin:1.5em 0 .5em;display:none;}
* Explain how the hide the time of publication Subject:
Look for this code
<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>
* Explain how the author Hide Thread:
Look for this code<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<span class='fn'><data:post.author/></span>
</b:if>
</span>
to make sure that the addendum had been removed completely
0 comments:
Enregistrer un commentaire