https://xmlexpr.blogspot.com/2025/09/blogger-blog-search-operator.html
https://xmlexpr.blogspot.com/2025/09/blogger-ai-feature-search-links.html
https://xmlexpr.blogspot.com/2025/09/blogger-ai-feature-search-links.html?max-results=20
https://xmlexpr.blogspot.com/
user_r100
https://www.blogger.com/profile/09729361485633901245
//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEizihHpchmJoGeEVuJGCATZpHw9BgxolQLkV-Mw0hXTuIjdZQ8e_AeFQZdY6r5UrGWerl4b3Qx4aYsVx2w9y474FJvlyZDZiNcCLLNNQly7M3NZ8Xz1g2dsxQh3yuQJln2e6JTJtzci506US-j64gEDelPT-QYo7_TFH1kTp6AapPzrZQ/s220/channels4_profile.jpg
2697291583579362627
https://xmlexpr.blogspot.com/2025/09/hide-blogger-section-and-widget-tags.html
Hide Blogger Section and Widget Tags
September 23, 2025
2025
September
23
11:08 AM
Blogger renders <b:section> and <b:widget> as a <div> tag. If you prefer to render the widget content directly, you can comment it out using <!-- and --> like so:
<!--
<b:section id='post-section'>
<b:widget id='Blog1' locked='false' type='Blog' version='2' visible='true'>
<b:includable id='main'>
-->
In the page response, those two will be rendered as a comment tag, hiding both the section and the widget container elements:
<!--
<div class='section' id='post-section'>
<div class='widget Blog' data-version='2' id='Blog1'>
-->
Remember that you have to comment out the closing tag too:
<!--
<b:section id='post-section'>
<b:widget id='Blog1' locked='false' type='Blog' version='2' visible='true'>
<b:includable id='main'>
-->
... widget content ...
<!--
</b:includable>
</b:widget>
</b:section>
-->
Also pay attention that it has to span into and from the <b:includable id="main">, because this is where the widget content starts, and because you're not allowed to put any text directly under <b:section> and <b:widget>.
https://www.blogger.com/rpc_relay.html
https://www.blogger.com/comment/frame/220561901913020919?po=2697291583579362627&hl=en&saa=85391&origin=https://xmlexpr.blogspot.com&skin=contempo
https://xmlexpr.blogspot.com/2025/09/hide-blogger-section-and-widget-tags.html#comments
true
https://xmlexpr.blogspot.com/search/label/template-development
Template Development
https://xmlexpr.blogspot.com/search/label/watchlist
watchlist
https://xmlexpr.blogspot.com/2025/09/blogger-blog-search-operator.html
https://xmlexpr.blogspot.com/2025/09/blogger-ai-feature-search-links.html
https://xmlexpr.blogspot.com/