On Blogger is easy to add Page Elements to the sidebar and the footer, but there is no option for the Header
![]() |
Blogger Templates Help |
To have an “Add a Page Element” option, sign in to your Blogger acount, under “Template”, click “Edit HTML”. make a search (ctrl +F), and search for these lines:
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
Change fhe line in bold to this:
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='3' showaddelement='yes'>
This will give you 2 more page elements that you can add to your Bogger Header. But if you want you can increase this number.
Now, find these lines of code:
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
Change the line in bold to this
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='yes'>
Now you can add Page Elements before and after your Blog Posts
Advertise: In some templates, the 'header-wrapper' could be called 'header-wrap. Scroll to where you see an option called showaddelement and you can find the rest.
Sem comentários:
Enviar um comentário