4 Star 57 Fork 3

神秘布偶猫 / iFalse主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sidebar.php 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
神秘布偶猫 提交于 2023-01-30 22:55 . 1.5.3
<div class="sidebar">
<div class="author-info-box">
<div class="author-info">
<div class="post-author-logo">
<a href="<?php home_url();echo '/author/';echo get_the_author_meta('user_login',1); ?>"><?php echo get_avatar(1); ?></a>
</div>
<div class="post-author-name"><a href="<?php home_url();echo '/author/';echo get_the_author_meta('user_login',1); ?>"><?php echo get_user_role(1)->display_name; ?></a></div>
<div class="post-author-description">
<?php
if(get_the_author_meta('description',1)) {
echo get_the_author_meta('description',1);
} else {
echo '这家伙很懒,什么都没写';
}
?>
</div>
<div class="post-author-new">
<?php query_posts('showposts=6&author=1');
while (have_posts()) : the_post();?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
</div>
</div>
</div>
<!-- sidebar -->
<ul id="primary-sidebar">
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<?php dynamic_sidebar( 'sidebar-1' ); ?>
<?php else: ?>
<?php endif; ?>
</ul>
</div>
PHP
1
https://gitee.com/kannafay/iFalse.git
git@gitee.com:kannafay/iFalse.git
kannafay
iFalse
iFalse主题
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891