代码拉取完成,页面将自动刷新
同步操作将从 friend-nicen/theme-document 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
/*
* 全局顶部模板
* @author 友人a丶
* @date 2022-07-08
* */
?>
<!DOCTYPE html>
<html lang="zh-cn" xmlns="http://www.w3.org/1999/html" class="personal">
<head>
<meta name="theme-color" content="#ffffff"/>
<meta charset="<?php bloginfo( 'charset' ); ?>"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<?php
/*是否显示主题自带的tdk* */
if ( nicen_theme_config( 'document_tdk', false ) ) {
?>
<title><?php nicen_theme_title() ?></title>
<meta name="keywords" content="<?php nicen_theme_config( 'document_keywords' ); ?>"/>
<meta name="description" content="<?php nicen_theme_description() ?>"/>
<?php
}
if ( nicen_theme_config( 'document_seo_og', false ) ) {
echo nicen_theme_og(); //输出og协议内容
}
?>
<?php /*wp_site_icon(); */ ?>
<?php wp_head(); ?>
</head>
<body>
<!--顶部导航栏-->
<header class="main-header">
<!-- 顶部左侧标题 和 logo -->
<div class="left">
<a href="<?php echo home_url(); ?>" class="logo" title="返回首页">
<?php
/* 如果需要显示logo */
if ( nicen_theme_config( 'document_header_show_logo', false ) ) {
echo '<img src="' . nicen_theme_config( 'document_logo_url', false ) . '" title="logo"/>';
}
/* 如果需要显示标题*/
if ( nicen_theme_config( 'document_header_show_title', false ) ) {
echo '<h2 class="title tooltip"
data-hint="' . get_bloginfo( 'name' ) . '">' . get_bloginfo( 'name' ) . '</h2>';
}
?>
</a>
</div>
<!--移动端展开导航栏-->
<div class="daohang iconfont icon-daohangmoren"></div>
<!-- 右边导航栏 -->
<div class="right">
<!--菜单栏-->
<?php get_template_part( 'template/index/search' ); ?>
<?php get_template_part( 'template/index/nav_menu' ); ?>
</div>
</header>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。