*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Ample_Blog
*/
global $ample_blog_theme_options;
$ample_blog_theme_options = ample_blog_get_theme_options();
$ample_blog_header_top_enable = $ample_blog_theme_options['ample-blog-theme-header-top-enable'];
$ample_blog_top_heder_menu_enable = $ample_blog_theme_options['ample-blog-top-header-menu'];
$ample_blog_header_top_social_link = $ample_blog_theme_options['ample-blog-header-social'];
$category_name = $ample_blog_theme_options['ample-blog-feature-cat'];
?>
>
>
>
'top_header',
'menu_class' => 'list-inline text-left',
) );
}
?>
'social-link',
'menu_class' => 'text-right',
) );
}
?>
0 && is_home() ){ ?>