How To Take Showing Posts Alongside Label Inward Blogger
Thursday, May 7, 2020
Edit
For whatever default Blogger layout, the "Showing posts amongst label" message volition present upward inwards a higher house the weblog posts each fourth dimension you lot click on a label link. Since this message is pretty useless too annoying for many bloggers, they prefer to bring it removed. If that's your wish, too therefore follow the steps below:
Step 1. From your Dashboard, become to "Template" too striking the "Edit HTML" button.

Step 2. Click anywhere within the template code, too therefore search using CTRL+F for this trouble of code (press Enter to notice it):

Step 3. You should meet a like code that you lot take to take along amongst the get-go 1 every bit well:

Step 4. Replace the code inwards a higher house amongst this one:
Step 5. Save the changes yesteryear clicking on the 'Save template' button. Now take in your site or weblog too click on whatever label that you lot may bring to confirm that the box doesn't display anymore. So this is how you lot tin take 'Showing Posts amongst Label' message inwards Blogger.
Removing "Showing postal service amongst label...show all posts"


Step 2. Click anywhere within the template code, too therefore search using CTRL+F for this trouble of code (press Enter to notice it):
<b:includable id='status-message'>After you lot institute it, click on the sideways arrow side yesteryear side to it that volition expand the remainder of the code.

Step 3. You should meet a like code that you lot take to take along amongst the get-go 1 every bit well:
<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>

Step 4. Replace the code inwards a higher house amongst this one:
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div>
</div>
<div style='clear: both;'/>
</b:if>
</b:includable>
Step 5. Save the changes yesteryear clicking on the 'Save template' button. Now take in your site or weblog too click on whatever label that you lot may bring to confirm that the box doesn't display anymore. So this is how you lot tin take 'Showing Posts amongst Label' message inwards Blogger.