Tuesday, 15 September 2015

Add Widget Above Header

Find this code in your template:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='YOUR BLOG TITLE(Header)' type='Header'/>
Change it to     <b:section class='header' id='header' maxwidgets='4' showaddelement='yes'>    <b:widget id='Header1' locked='true' title='YOUR BLOG TITLE(Header)' type='Header'/>

Notice that there are two changes made:

  • Setting maxwidgets to greater than 1, and
  • Setting showaddelement to Yes, instead of No

No comments:

Post a Comment