'top-menu', 'container_class' => 'blogty-top-nav', 'fallback_cb' => false, 'depth' => 2, 'menu_class' => 'blogty-top-menu reset-list-style', ) ); endif; } endif; add_action( 'blogty_topbar_first_col_items', 'blogty_topbar_nav', 20 ); // Topbar Social icons. if ( ! function_exists( 'blogty_topbar_social' ) ) : function blogty_topbar_social() { if ( get_theme_mod( 'enable_topbar_social_nav', true ) ) : $menu_class = ' reset-list-style blogty-social-icons '; $social_link_style = get_theme_mod( 'header_social_links_display_style', 'style_1' ); $social_link_style .= blogty_get_social_icons_class( $social_link_style ); $social_link_color = get_theme_mod( 'header_social_links_color_as', 'theme_color' ); $menu_class .= $social_link_style . ' ' . $social_link_color; $enable_header_social_label = get_theme_mod( 'enable_header_social_links_label' ); if ( $enable_header_social_label ) { $header_social_label_txt = get_theme_mod( 'header_social_links_label_text' ); if ( ! $header_social_label_txt ) { $header_social_label_txt = __( 'Follow Us :', 'blogty' ); } } ?>
'social-menu', 'container_class' => '', 'fallback_cb' => false, 'depth' => 1, 'menu_class' => $menu_class, 'link_before' => '', 'link_after' => '', ) ); ?>
__( 'Search for:', 'blogty' ), ) ); ?>
"; ?>

'social-menu', 'container_class' => '', 'fallback_cb' => false, 'depth' => 1, 'menu_class' => $menu_class, 'link_before' => '', 'link_after' => '', ) ); ?>
__( 'Search for:', 'blogty' ), ) ); ?>