esc_attr($tags_orderby), 'order' => esc_attr($tags_order), 'hide_empty' => false )); $tags_label_text = blogbull_get_option('tags_label_text'); $tags_label_style = blogbull_get_option('tags_label_style'); $wrapper_class = ' tags-label-' . $tags_label_style; $label_class = blogbull_get_option('hide_tags_label_responsive') ? ' hide-on-mobile ' : ''; ?>
" . esc_html($tag->name) . ''; ++$i; } } echo $thelist; ?>