get_results("SELECT * FROM $wpdb->comments WHERE comment_approved = '1' ORDER BY comment_date_gmt DESC LIMIT 8"); //$comments = get_comments(); if ( $comments ) : foreach ( (array) $comments as $comment) : $author=wp_kses($comment->comment_author,'',''); $content=wp_kses($comment->comment_content,'',''); echo '
  • '.get_avatar($comment,$size = '32') . sprintf( _x( '%1$s on %2$s', 'author ON title', 'swift' ), $author, '' . get_the_title($comment->comment_post_ID) . '' ) . '
  • '; endforeach; endif;?>

    4, 'no_found_rows' => true, 'ignore_sticky_posts' => true,'post_status' => 'publish'); $r = new WP_Query($args); if ($r->have_posts()) :while ($r->have_posts()) : $r->the_post(); ?>
  • 'alignleft thumb np-recent' ));?>