REMOVE SHOW ALL POSTS IN ALL LABEL OF BLOGSPOT
For the new bloggers that wish get ride off, SHOW ALL POSTS when ever you click label link.
Though it enables some users to view all posts associate to that label, but some find it annoying to display all his/her posts.
Follow this simple and precise guideline to remove it from your blog.
First step: log on to your dashboard, scroll down through your left side you will find TEMPLATE after Layout, then click on it.
Second Step: locate EDIT HTML and click on it
Third Step: click anywhere inside your template code and search the code by press CTRL+F, and paste the code, then click enter. The copy the code below:
<b:includable id='status-message'>
Fourth Step: After you found the code, then highlight it and remove it. exact what you will find below;
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Though it enables some users to view all posts associate to that label, but some find it annoying to display all his/her posts.
Follow this simple and precise guideline to remove it from your blog.
First step: log on to your dashboard, scroll down through your left side you will find TEMPLATE after Layout, then click on it.
Second Step: locate EDIT HTML and click on it
Third Step: click anywhere inside your template code and search the code by press CTRL+F, and paste the code, then click enter. The copy the code below:
<b:includable id='status-message'>
Fourth Step: After you found the code, then highlight it and remove it. exact what you will find below;
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Fifth Step: After you have removed it, replace it with the code below;
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Any difficulty, drop your question in comment box.







Post a Comment