esc_attr( $tags_orderby ), 'order' => esc_attr( $tags_order ), 'hide_empty' => false )); $tags_label_text = blogmarks_get_option( 'tags_label_text' ); $tags_label_style = blogmarks_get_option( 'tags_label_style', 'style_1' ); $wrapper_class = ' tags-label-' . $tags_label_style; if ( blogmarks_get_option( 'stack_tags_responsive', true ) ) { $wrapper_class .= ' stack-tags-responsive'; } // Inverted. if ( 'dark' == blogmarks_get_option( 'tags_theme', 'light' ) ) { $wrapper_class .= ' inverted-tags-background'; } $label_class = blogmarks_get_option( 'hide_tags_label_responsive' ) ? ' hide-on-mobile ' : ''; ?>
" . $tag->name . ''; ++$i; } } echo $thelist; ?>