style="background: # url();">
'post', 'post__in' => get_option( 'sticky_posts' ), 'numberposts' => '3' ); $emphasis_posts = get_posts($args); ?>

regular posts global $post; $args = array( 'post_type' =>'post', 'post__not_in' => get_option( 'sticky_posts' ), 'numberposts' => '4' ); $blog_posts = get_posts($args); ?>