query, array( 'post_type'=> array('post','li_video'), 'paged'=>$paged, 'posts_per_page'=>10 ) ); query_posts($args); if (have_posts()){ ?>
<? echo get_the_excerpt();?>

'attachment', 'post_mime_type' => 'image', 'numberposts' => 1, 'post_status'=> 'any', 'post_parent' => $post->ID, 'orderby'=>'menu_order', 'order'=>'ASC' ); $images = get_posts($imgargs); $thumb = wp_get_attachment_image_src($images[0]->ID, 'medium'); } $adjH = ((300/$thumb[1])*$thumb[2]); ?>