Friday, 9 November 2012

Remove "Showing Post with Label...Show All Posts" from above Blogger Post Title

REMOVE SHOWING POST WITH LABEL...SHOW ALL POSTS FROM ABOVE BLOGGER POST TITLE
REMOVE SHOWING POST WITH LABEL...SHOW ALL POSTS FROM ABOVE BLOGGER POST TITLE
  1. Login to Blogger with your ID.
  2. Click Template.
  3. Click tab Edit HTML > Proceed >
  4. Check Expand Widget Templates Box
  5. Find the Following Part of Code 
<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>

5. Then REPLACE it with.

<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>

6. Save Template  & Check For Changes !

No comments:

Post a Comment

Here Comes the Hammer: The Tech Industry&#39;s Three Crises

The next few years are going to be extremely uncomfortable, and maybe disastrous, for the tech industry. Political opposition to the big tec...