2 Star 3 Fork 0

秋天不回来 / Chentheme

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cbl.php 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
muchenkezhan 提交于 2021-05-16 01:05 . no message
<style>
table{
width:100%;
}
.widget-user{background:#fff url("<?php echo get_option('ashu_copy_righttxbj'); ?>") no-repeat;background-size:100% 130px;text-align:center;position:relative}
</style>
<div class="sidebar" id="sidebar">
<div class="widget widget-user" id="bloggerinfo">
<a href="#" target="_blank">
<img src="<?php echo get_option('ashu_copy_rightsssss'); ?>"
width="140"
height="140" alt="blogger" class="img-l"/>
</a>
<div class="desc">
<div class="username"><?php echo get_option('ashu_copy_rightssssss'); ?></div>
<div class="author-follow">
<!--打赏-->
<!--/打赏-->
</div>
<p><?php echo get_option('ashu_copy_rightsssssss'); ?></p>
</div>
</div>
<div class="widget widget-calendar">
<h3>日历</h3>
<div id="calendar">
<?php if(is_dynamic_sidebar()) dynamic_sidebar('left_sidebar');?>
</div>
</div>
<div class="widget widget-link">
<h3>链接</h3>
<div class="widget-inner">
<?php echo get_option('ashu_copy_rightss'); ?>
</div>
</div>
<div class="widget widget-random-log">
<h3>随机文章</h3>
<ul id="randlog">
<?php
$args = array( 'numberposts' => 9, 'orderby' => 'rand', 'post_status' => 'publish' );
$rand_posts = get_posts( $args );
foreach( $rand_posts as $post ) : ?>
<li><a href="<?php the_permalink(); ?>"><?php echo excerpttitle(20);?></a></li>
<?php endforeach; ?>
</ul>
</div>
</div><!--end #siderbar-->
<div class="clearfix"></div>
</div>
<!--footer-->
<footer class="footer">
<div class="container">
<div class="widget widget-topic">
<h3>旗下网站 </h3>
<div class="widget-inner">
<?php echo get_option('ashu_copy_rightsss'); ?>
</div>
</div>
<div class="widget">
<h3>联系我们</h3>
<div class="widget-inner">
<?php echo get_option('ashu_copy_rightssss'); ?>
</div>
</div>
<div class="widget widget-link">
<h3>友情链接</h3>
<div class="widget-inner">
<?php echo get_option('ashu_copy_rightss'); ?>
</div>
</div>
</div>
</footer>
<!--footer /-->
PHP
1
https://gitee.com/MUCEO/Chentheme.git
git@gitee.com:MUCEO/Chentheme.git
MUCEO
Chentheme
Chentheme
main

搜索帮助