Example #1
0
function theme_content_rotator($args)
{
    // global $Runway_ContentRotator;
    $Runway_ContentRotator = new Runway_ResponsiveContentRotator();
    return $Runway_ContentRotator->Generate($args);
}
 function content_rotator($args = null, $content = null)
 {
     // 'title'=>'Your Title', 'columns'=>4, 'transition'=>'slide', 'slide_paging'=>"false", 'image_size'=>'500x300', 'category__in'=>'4,3,9,8', etc...
     $Runway_ContentRotator = new Runway_ResponsiveContentRotator();
     return $Runway_ContentRotator->Generate($args);
 }