Add Page Element to Blogger Header and Blog Posts
In the standard “Minima” template, you would notice under “Page Elements” that there are options to add a Page Element to the sidebar and the footer. However, there is none for the Header and Blog Posts. Having a Page Element option to these latter two is useful. You may want to add a picture at the top, or a Google Adsense ad at the top or bottom of your blog posts.
To have an “Add a Page Element” option, under “Template”, click “Edit HTML”. Scroll down and towards the bottom, you will see these lines:-
<div id='header-wrapper'> <b:section class='header' id='header' maxwidgets='1' showaddelement='no'> |
Change them to this:-
<div id='header-wrapper'> <b:section class='header' id='header' maxwidgets='3' |
This will give you 2 more page elements that you can add to your Header.
Right after that are these lines:-
<div id='main-wrapper'> <b:section class='main' id='main' showaddelement='no'> |
Change them to this:-
<div id='main-wrapper'> <b:section class='main' id='main' showaddelement='yes'> |
You are now able to add Page Elements either before or after your Blog Posts.
from
0 komentar:
Post a Comment