Monday, July 7, 2025

How to give coding at the end of the post in blog

 

Add Code Automatically at End of Every Post (Template Edit)

If you want a code block to appear in every post, do this:

  1. Go to Blogger Dashboard > Theme > Edit HTML

  2. Search for:

html
<b:includable id='post' var='post'>
  1. Within that block, scroll down to near the end, and find:

    html
    <div class='post-footer'>
  2. Just before or inside this section, insert your code block.

Example:

html
<div class='custom-code-block'> <div style="text-align: center; padding: 20px; background: #f0f8ff; border-radius: 12px;"> <h2 style="color: #007acc;">🌟 Thanks for visiting! Stay tuned for updates. 🌟</h2> </div> </div>
  1. Click Save and check any post. The code will show automatically at the end of every post.


How to give coding at the end of the post in blog

  Add Code Automatically at End of Every Post (Template Edit) If you want a code block to appear in every post , do this: Go to Blogger ...