1, 'post__not_in' => get_option( 'sticky_posts' ), 'tax_query' => array( array( 'taxonomy' => 'post_format', 'terms' => array( 'post-format-aside' ), 'field' => 'slug', 'operator' => 'NOT IN' ) ) ); $the_query = new WP_Query( $latest_args ); while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
>

get_the_title(), 'title' => get_the_title() ) ); ?>

→', 'woothemes' ) ); else the_excerpt(); ?>
$sticky_posts, 'posts_per_page' => 50, 'tax_query' => array( array( 'taxonomy' => 'post_format', 'terms' => array( 'post-format-aside' ), 'field' => 'slug', 'operator' => 'NOT IN' ) ) ); $sticky_query = new WP_Query( $sticky_args ); if ( $sticky_query->have_posts() ) : ?> 50, 'tax_query' => array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-aside' ) ) ) ); $aside_query = new WP_Query( $args ); if ( $aside_query->have_posts() ) : ?>
' . $aside_heading . ''; } ?>
    have_posts() ) : $aside_query->the_post();?>
  • ') ); ?>

    query( 'order=DESC&posts_per_page=10&ignore_sticky_posts=1' ); while ( $recent_entries->have_posts() ) : $recent_entries->the_post(); ?>