Posts

Showing posts from October, 2017

How to remove " Showing posts with Label" on Blogger

Image
If you have made navigation links in blogger, you might see labels marked at the start of your blog posts. After clicking on your navigation link if the first thing that you see is  "showing posts with Label." You can remove this by following the below-given steps To remove this from the blog post ;   Go to Template > Edit HTML > Jump to Widget > Blog1. Under this you’ll see  <b:includable id='status-message'> ... </b:includable> It can be found usually on Line 1625 in the widget line; Here you will find the following code upon expansion;  <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'...