i've created a 2 cell widget area in the Header Area via this code:
Code:
<img src="wp-content/immagini/header_bott.png"> <?php bfa_widget_area('name=Page Menu Area&cells=2&align_1=9&align_2=2&width_1=60&width_2=912&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?> %bar1 %pages
everything works smoothly until i delete the last "%pages" from the Header Area, if i take this out also the other %pages inside the widget disppears
looks like some sort of initialization missing, but i have no idea...
any help please?