How to Add a Link List Above a Blogger Header
- 1). Click the "Design" link for your blog after logging in to the Blogger.com Dashboard.
- 2). Click "Edit HTML" at the top of the page, and then click the "Download Full Template" link on the following page to download a copy of your blog's current source code. Save this file and use it to restore your blog's original appearance if you are unhappy with the change.
- 3). Click to place a check in the "Expand Widget Templates" box above the source code.
- 4). Press "Ctrl" and "F" to open a "Find" dialog box, and type "header1" to locate the following section of code:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='(Blog Name) (Header)' type='Header'>
"(Blog Name)" is the name of your blog. - 5). Change the number after "maxwidgets" to a value greater than 1, and change the value after "showaddelement" to "yes." The code now looks like the following:
<b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='(Blog Name) (Header)' type='Header'> - 6). Click the "Save Template" button, and then click the "Page Elements" link at the top of the page. You should now see an "Add a Gadget" link above your blog's header.
- 7). Click the "Add a Gadget" link, and then click the "+" icon next to "Link List" to install the Link List gadget.