term_id; } $ample_blog_plus_cat_post_args = array( 'category__in' => $category_ids, 'post__not_in' => array($post_id), 'post_type' => 'post', 'posts_per_page' => 3, 'post_status' => 'publish', 'ignore_sticky_posts' => true ); $ample_blog_plus_featured_query = new WP_Query($ample_blog_plus_cat_post_args); if ( $ample_blog_plus_featured_query->have_posts() ) : ?>

have_posts()) : $ample_blog_plus_featured_query->the_post(); ?>
>
term_id ) ).'"rel="category tag" class="cat-link">'.esc_html( $categories[0]->name ).''; } ?>