Hi!
I have installed this widget to allow for extra content areas, and they work on all pages except for the blog page.
The blog page by default seems to use index.php for my theme but when I inserted the code for the additional boxes, they wouldn't show up in the blog page in the wordpress backend
Then I tried duplicating index.php and saved it as a custom template page and had my blog page point to this template page.. now the two boxes do show up in the wordpress backend, however the website ignores whatever content I put into the two new content boxes.. so essentially its still same problem..
code:
<div id="header_img_container"><?php the_block('header_img_container'); ?></div>
<div class="slidersidebar" id="blog_slider"><?php the_block('slidersidebar'); ?></div>
<div style="clear:both;"></div>
link:
http://100eight.com/projects/wp/blog/
Help??
http://wordpress.org/extend/plugins/multiple-content-blocks/