Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nks

    (@nik00726)

    Yes,

    Just add follwing php code

    <?php
    $instance=array('title'=>'Latest News','maxitem'=>5,'padding'=>5,'add_link_to_title'=>1,'show_content'=>1,'delay'=>5,'height'=>200,'scrollamount'=>1);
                $verticalScroll=new verticalScroll();
                echo $verticalScroll->widget($args=null,$instance);
    ?>

    Thread Starter Eladp

    (@eladp)

    It seems to work, but I’m also getting an error just above the news items:

    “Warning: extract() [function.extract]: First argument should be an array in /wp-content/plugins/vertical-news-scroller/newsScroller.php on line 589”

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Displying plugin on the theme’ is closed to new replies.