1 Star 7 Fork 1

神秘布偶猫/iEmo主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
header.php 594 Bytes
一键复制 编辑 原始数据 按行查看 历史
神秘布偶猫 提交于 2023-02-20 02:19 . 0.1.5
<div class="search-m" id="search-box-m">
<form method="get" action="<?php bloginfo('url') ?>">
<input id="search-m" type="text" value="<?php the_search_query(); ?>" name="s" placeholder="搜索..." required>
</form>
</div>
<header class="">
<div class="logo">
<a href="/"><img src="<?php if(has_site_icon()) echo site_icon_url(); else echo fileUri().'/assets/images/wp-logo-blue.png'; ?>" alt=""></a>
</div>
<?php
wp_nav_menu( array(
'theme_location' => 'menu',
'container_class' => 'menu',
'fallback_cb' => 'menu_fallback'
) );
?>
</header>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kannafay/iEmo.git
git@gitee.com:kannafay/iEmo.git
kannafay
iEmo
iEmo主题
master

搜索帮助