get_theme_mod('anime_verse_section1_category'),
'posts_per_page' => 6,
'order' => 'DESC'
);
$query = new WP_Query( $args );
// Loop through the posts
while ( $query->have_posts() ) : $query->the_post();
?>
term_id ) ) . '">' . esc_html( $category->name ) . '';
}
}
?>
|