'post', 'offset' => 1, 'ignore_sticky_posts' => 1, 'posts_per_page' => $number_posts ? $number_posts : 8, 'post_status' => 'publish', ); if ( ! empty( $category_id ) ) { $left_args['cat'] = $category_id; } $left_query = new WP_Query( $left_args ); while ( $left_query->have_posts() ) { $left_query->the_post(); ?>
' ); if ( ! $hide_post_meta ) { trending_mag_post_meta_data(); } ?>
'post', 'posts_per_page' => 1, 'post_status' => 'publish', 'ignore_sticky_posts' => 1, ); if ( ! empty( $category_id ) ) { $right_args['cat'] = $category_id; } $right_query = new WP_Query( $right_args ); while ( $right_query->have_posts() ) { $right_query->the_post(); ?>
' ); if ( ! $hide_post_meta ) { trending_mag_post_meta_data(); } trending_mag_the_excerpt( trending_mag_get_theme_mod( $trending_mag_panel_name, $trending_mag_section_name, 'excerpt_length' ) ); ?>