Before you start
Always take a backup of your template before editing it — Blogger’s template editor has no built-in undo across sessions, so a bad edit without a backup means rebuilding the template from scratch.Making the change
- Log into your Blogger dashboard, go to Template, then click Edit HTML.
- Use Ctrl+F to search the template code for:
<b:includable id='status-message'>
- You’ll find it expands to this block:
<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>
- Replace that entire block with this simplified version, which keeps the conditional structure Blogger expects but strips out the visible message markup:
<b:includable id='status-message'> <b:if cond='data:navMessage'> </b:if> </b:includable>
- Save the template.
Screenshots
Still Works in 2026
Blogger remains a live, actively maintained Google product, and this template-editing approach is unchanged — thestatus-message includable block still lives in the same place in the template’s HTML, and the Template > Edit HTML workflow described above still works exactly as documented. As with any raw template edit, keep the backup you take before editing, since Blogger still has no built-in version history/undo across sessions in its HTML editor.
Gear We Recommend
A few general tech accessories worth having alongside this.
Browse our General Tech Accessories picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.