服务热线
1888888888
作者:文煞发布时间:2023-08-16分类:WordPress笔记浏览:5736
wordpress模板,Honey - 免费个人wordpress博客主题,站长百科教程网提供免费下载,但是请不要修改作者版权。尊重作者劳动成果!
代码演示:
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <?php $favicon = wpjam_theme_get_setting('favicon') ?: get_template_directory_uri().'/assets/img/favicon.ico'; ?> <link rel="shortcut icon" href="<?php echo $favicon;?>"/> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div class="xintheme-mobile-menu"><i class="ion-ios-close-empty"></i> <nav><?php xintheme_mobilemenu(); ?></nav> </div> <div class="theme-layout"> <header class="header-area header-2"> <div class="xintheme-menu-container"> <div class="container"> <?php xintheme_logo(); ?> <a href="#" class="mobile-menu-icon"><span></span></a> <nav class="xintheme-menu<?php if( wpjam_theme_get_setting('header_search') ){ ?> padding-right<?php } ?>"> <?php xintheme_menu(); echo xintheme_social_icons(); echo xintheme_searchmenu(); ?> </nav> </div> </div> <div class="header-clone"></div> </header>
下载地址:
分享:
支付宝
微信