getOption( 'feat_img' ); $category_id = $titan->getOption( 'fcselect' ); global $ids; // We need to check is something populated within featured category. If it is, we are going to display that at the top of the homepage. if ( ! empty( $category_id ) && 0 != $category_id && get_category( $category_id )->category_count > 0 ) { $args = array( 'cat' => $category_id, 'showposts' => 1, ); $featured_ctg_query = new WP_Query( $args ); ?>
have_posts() ) { $featured_ctg_query->the_post(); $ids[] = get_the_ID(); ?>
featured

post_content, '' ) ) { the_content( '', false, '' ); } else { the_excerpt(); } ?>