name == 'All'){ ?> name); ?> name); ?>
'post', 'posts_per_page' => $auramart_blog_num,'post__not_in'=>get_option("sticky_posts")) ; $auramart_wp_query = new WP_Query($auramart_blog_args); if($auramart_wp_query) { while($auramart_wp_query->have_posts()):$auramart_wp_query->the_post(); $terms = get_the_category( $post->ID, 'post' ); if ( $terms && ! is_wp_error( $terms ) ) : $links = array(); foreach ( $terms as $term ) { $links[] = $term->slug; } $tax = join( ' ', $links ); else : $tax = ''; endif; ?>