* @copyright Copyright (c) 2021, AeonWP * @link https://aeonwp.com/aeonblog * @license http://www.gnu.org/licenses/gpl-2.0.html * * AeonMag highlights Unique * @since AeonMag 1.0.0 * * @param null * @return void * */ global $aeonmag_theme_options; $promo_cat = absint($aeonmag_theme_options['aeonmag-promo-select-category']); $title = esc_html($aeonmag_theme_options['aeonmag_highlights_title']); if( $promo_cat > 0 && is_home() ) { ?>

$promo_cat , 'posts_per_page' => 5, 'ignore_sticky_posts' => true, ); $query = new WP_Query($args); if($query->have_posts()): while($query->have_posts()): $query->the_post(); ?>