Blogspot blogs have some unnecessary widgets and features. When a user click on one of your labels, blogger filters your posts tagged with that particular label and display a box saying Something like “Showing Posts With Label (label name). Show all posts”. But we don’t need this box!! This box ruins your website design and add an unprofessional touch.
So, if you want to remove showing posts with label, follow me. First backup your blogger template by going template Backup/Restore-Download Full Template. Then go to Blogger Dash Board-> Template -> Edit HTML -> Tick Expand Widget Templates and find the following part of code:1 | <b:includable id='status-message'> |
Below is this code that you need to remove – along with the first one, as well:
1 | <b:includable id='status-message'> |
Replace the above code with this one:
1 | <b:includable id='status-message'> |
Now Save the template and view your label pages, no more “Post With label Message box there!
No comments:
Post a Comment