• 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.

    http://wordpress.org/extend/plugins/wp-coda-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s true – It only works with the Shortcode not with php 🙁

    Thread Starter rebelit

    (@rebelit)

    I got it to work by changing the line (around line 46 in wpcodaslider.php)
    echo apply_filters('the_content', $post->post_content);

    to

    the_content();

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Coda Slider] wp coda slider broken in 3.3.1’ is closed to new replies.