'Recent posts with images' ) ); } /** @see WP_Widget::widget */ function widget($args, $instance) { extract( $args ); $title = apply_filters( 'widget_title', $instance['title'] ); echo $before_widget; if ( $title ) echo $before_title . $title . $after_title; ?>

'A Feedburner Form' ) ); } /** @see WP_Widget::widget */ function widget($args, $instance) { extract($args); $title = apply_filters( 'widget_title', $instance['title'] ); echo $before_widget; if($title) echo $before_title . $title . $after_title; ?>

'Twitter tweets' ) ); } /** @see WP_Widget::widget */ function widget($args, $instance) { extract( $args ); $title = @apply_filters( 'widget_title', $instance['twitter_title'] ); jr_Twitter(array('screen_name'=>kvalue($instance, 'twitter_id'), 'count'=>kvalue($instance, 'tweets_num'), 'selector'=>'.tweets'));?>
*/ ?>

'Display Posts in Accordions' ) ); } /** @see WP_Widget::widget */ function widget($args, $instance) { extract( $args ); echo $before_widget; ?>

$instance['post_limit'], 'orderby'=> 'comment_count', 'order'=>'DESC' ); } else if($instance['order_by'] == 'by_views') { $args = array( 'posts_per_page' => $instance['post_limit'], 'meta_key' => 'jr_post_views_count', 'orderby' => 'meta_value_num', 'order'=>'DESC' ); } else if($instance['order_by'] == 'by_rating') { $args = array( 'posts_per_page' => $instance['post_limit'], 'meta_key' => 'jr_average_rating', 'orderby' => 'meta_value_num', 'order'=>'DESC' ); } else { $args = array( 'posts_per_page' => $instance['post_limit'], 'order'=>'DESC' ); } query_posts($args); while (have_posts()) : the_post(); ?>
50 ): $shorttitle = substr(the_title('','',FALSE),0,50)."..."; else: $shorttitle = get_the_title(); endif; echo $shorttitle; ?>

200 ): $shortcontent = substr(strip_tags(get_the_content()),0,200)."..."; else: $shortcontent = get_the_content(); endif; echo $shortcontent; ?>

'Comments', 'by_views' => 'Most Viewed', 'by_rating' => 'Rating', 'recent_posts' => 'Recent Posts'); foreach ($pb_opts as $k=>$op) : $optz_ob = ''; endforeach; ?>