I want a blog index page that has the bfthumbs array on the left and two widgets in the righthand sidebar. I do not want the widgets to appear in the individual postings or static pages. Here's how I set that up:
1 Added page, default template, named "Blog".
2 Added bfthumbs shortcode to this page.
3 Dragged Categories widget to Main Sidebar
4 Dragged Tag Cloud widget to Main Sidebar
This displays correctly - thumbs on the left, widgets at the right, both top to bottom
But, I only want the sidebar on the "Blog" page.
When I add Widget logic to the widgets: is_page("blog"), they are displayed under the bfthumbs area, not at the upper right. Here's what this looks like:
http://www.robertvbinder.com/robertvbinder.com/testb/
I've tried two different tag widgets, and two different widget logic plugins. The widgets are correctly suppressed on posts with the default template.
I've also tried the widgetarea shortcode. This results in a duplicated widget area.
Tried resaving as suggest in
http://www.vfxdude.com/forum/topic/wp-31-bfnav-105-shows-no-widgets-at-all#post-5758
This had no effect.
I've also been able to get the first row of the bfthumbs displayed, then the widgets (starting at the vertical displacement of the bottom of the first row), then the rest of the rows below the bottom of the widgets.
Using BF 1.4.2.3 with BFNav 1.0.5
Please advise workaround soonest.