$number, 'post__not_in' => $GLOBALS['cakifo_do_not_duplicate'], // Don't show posts that are showing in the 'Recent Posts' section 'category' => $category, 'post_status' => 'publish', 'tax_query' => array( array( // Exclude posts with the Aside, Link, Quote, and Status format 'taxonomy' => 'post_format', 'terms' => array( 'post-format-aside', 'post-format-link', 'post-format-quote', 'post-format-status' ), 'field' => 'slug', 'operator' => 'NOT IN', ), ), ) ); ?>

name; ?>

    ID; ?>
  1. 'Thumbnail', 'size' => 'small', 'image_class' => 'thumbnail', 'default_image' => THEME_URI . '/images/default-thumb-mini.gif' ) ); ?>
    post_type ) . '-title entry-title">', '', false ) ); /* Entry meta */ echo apply_atomic_shortcode( 'headline_meta', '' . __( '[entry-published pubdate="no"] by [entry-author]', 'cakifo' ) . '' ); ?>