1 Star 0 Fork 0

xiaomlove / huajuan

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sidebar-statichero.php 557 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaomlove 提交于 2018-05-22 20:57 . init
<?php
/**
* Static hero sidebar setup.
*
* @package understrap
*/
$container = get_theme_mod( 'understrap_container_type' );
?>
<?php if ( is_active_sidebar( 'statichero' ) ) : ?>
<!-- ******************* The Hero Widget Area ******************* -->
<div class="wrapper" id="wrapper-static-hero">
<div class="<?php echo esc_attr( $container ); ?>" id="wrapper-static-content" tabindex="-1">
<div class="row">
<?php dynamic_sidebar( 'statichero' ); ?>
</div>
</div>
</div><!-- #wrapper-static-hero -->
<?php endif; ?>
1
https://gitee.com/xiaomlove/huajuan.git
git@gitee.com:xiaomlove/huajuan.git
xiaomlove
huajuan
huajuan
master

搜索帮助