1 Star 0 Fork 40

luomor/wordpress-theme-puock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sidebar.php 797 Bytes
一键复制 编辑 原始数据 按行查看 历史
Licoy 提交于 2022-10-25 19:11 . :sparkles:增加众多小工具模块区域
<?php if (!pk_hide_sidebar()): ?>
<div id="sidebar" class="<?php pk_open_box_animated('animated fadeInRight') ?> col-lg-4 d-none d-lg-block">
<div class="sidebar-main">
<?php
if (is_home()):
pk_sidebar_check_has('sidebar_home');
elseif (is_single()):
pk_sidebar_check_has('sidebar_single');
elseif (is_search()):
pk_sidebar_check_has('sidebar_search');
elseif (is_category() || is_tag()):
pk_sidebar_check_has('sidebar_cat');
elseif (is_page()):
pk_sidebar_check_has('sidebar_page');
else:
pk_sidebar_check_has('sidebar_other');
endif;
?>
</div>
</div>
<?php endif; ?>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/luomor/wordpress-theme-puock.git
[email protected]:luomor/wordpress-theme-puock.git
luomor
wordpress-theme-puock
wordpress-theme-puock
master

搜索帮助