'post', 'posts_per_page' => $number_posts, 'ignore_sticky_posts' => 1, 'post_status' => 'publish', ); if ( ! empty( $category_id ) ) { $args['cat'] = $category_id; } $the_query = new WP_Query( $args ); while ( $the_query->have_posts() ) { $the_query->the_post(); ?>
' ); trending_mag_the_excerpt( trending_mag_get_theme_mod( $trending_mag_panel_name, $trending_mag_section_name, 'excerpt_length' ) ); ?>