FEATURES

How to add column above posting

Friday, July 31, 2009

1. Login your blogger account, click Customize.

2. Navigate to Page Elements >> Edit Html Template.

3. Search for the following code in your template

<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section></div>

3. Now inside the above code you can find a code <b:section class=' main' id='main' showaddelement='no'> . This code is for the post section. We can edit this code to add another gadget on our post body.

4. You have to change NO to Yes in the above code. That means after editing the code it should look like <b:section class=' main' id='main' showaddelement='yes'> . Save the template.

5. Now navigate to Page Elements and you can notice a new Add a Gadget option there above your post contents. Check out the below screenshot.

'sticky

6. You can use either TEXT or HTML/Javascript gadget to write your post and then save. This will show your text above all your blog posts.

7. You are done.


No comments:

Post a Comment