I have two New Widget Areas set up.
The first one is to appear only on the front page, has two cells and is located before the loop. It works as it should.
<?php if ( is_front_page() ) { ?>
<?php bfa_widget_area('name=Top Front Page&cells=2&align=9&width_1=310&width_2=350&befor e_widget=<div id="%1" class="header-widget %2">&after_widget=</div>'); ?>
<?php } ?>
The other is within the loop and it works as it should on its intended pages. I am using the "Simple Sidebar Navigation" plugin within the widget area. It is to displays on pages that I tell it too.
<?php bfa_widget_area('name=More Pages'); ?>
The problem that I am having is that this second widget area that I created is showing up on the front page. Shouldn't the closing tag from the first widget area prevent that?
Thanks,
Suzie