'', ); wp_list_categories($args); ?>

'count', 'order' => 'DESC', 'number' => 20, // You can change the number of tags displayed )); if ($business_article_ship_tags) { foreach ($business_article_ship_tags as $business_article_ship_tag) { $business_article_ship_tag_link = get_tag_link($business_article_ship_tag->term_id); $business_article_ship_tag_name = $business_article_ship_tag->name; $business_article_ship_tag_count = $business_article_ship_tag->count; echo '' . esc_html($business_article_ship_tag_name) . ' '; } } else { echo '

' . esc_html__('No tags found.', 'business-article-ship') . '

'; } ?>