Scroll down and look for this:
|
<div id='header-wrapper'> <b:section class='header' id='header' maxwidgets='1' showaddelement='no'> <b:widget id='Header1' locked='true' title='Test Blog (Header)' type='Header'/> </b:section> </div>
|
Once you find this code (it will be toward the bottom.) You will want to change the
word 'no' to "yes' and the number 1 to a 3 (I put them in red so it's easier to see!)
Your code should
now look like this:
|
<div id='header-wrapper'> <b:section class='header' id='header' maxwidgets='3'showaddelement='yes'> <b:widget id='Header1' locked='true' title='Test Blog (Header)' type='Header'/> </b:section> </div>
|