How to remove the "Showing posts with label ..." box
When you click a label link on a blog, a box appears at the top of your pages, "Showing posts with label ...". It looks weird and you might want to get rid of it, like me.
- From your blog design view, click "Template", then click the "Edit HTML" button;
- Ctrl-F to find this line: <b:includable id='status-message'>, click the little triangle on the left to expand the HTML;
- I commented out the <div> contents (in brown) and replaced it with an empty <div> tag;
- Save template.
That is all you need to do! If you miss the message box, you can always get it back by uncomment the HTML code. I will not miss it.
Comments
Post a Comment