1 Star 0 Fork 13

fanqwz / Wp-theme-9iphp

forked from Specs / Wp-theme-9iphp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sidebar.php 715 Bytes
一键复制 编辑 原始数据 按行查看 历史
Specs 提交于 2015-01-31 11:06 . init
<aside class='col-md-4'>
<?php if ( ! dynamic_sidebar( 'sidebar' ) ) : // If the user hasn't defined any specific widgets in the admin yet, display a couple dummy widgets, as written below ?>
<aside id="archives" class="widget panel panel-specs visible-lg visible-md">
<div class="panel-heading">
<h2>文章归档</h2>
</div>
<ul>
<?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
</ul>
</aside>
<aside id="meta" class="widget panel panel-specs visible-lg visible-md">
<div class="panel-heading">
<h2>Meta</h2>
</div>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</aside>
<?php endif; // end sidebar widget area ?>
</aside>
1
https://gitee.com/fanqieQ/Wp-theme-9iphp.git
git@gitee.com:fanqieQ/Wp-theme-9iphp.git
fanqieQ
Wp-theme-9iphp
Wp-theme-9iphp
master

搜索帮助