after updating WP to 3.3.1 my coda slider code no longer works. I call it from a page template like this..
<div id="lg_dynSlide">
<?php c3m_wpcodaslider('myslider', '12', '12', 'dynamicArrows:false, dynamicTabsAlign:"left"');?>
</div> <!-- lg_dynSlide -->
The coda slider menu is correctly populated and the titles of the post are displayed, however none of the content of the posts are displayed.