4 Star 57 Fork 3

神秘布偶猫 / iFalse主题

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sidebar-article.php 1.36 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 the_post();home_url();echo '/author/';echo get_the_author_meta('user_login');rewind_posts(); ?>"><?php the_post();echo get_avatar(get_the_author_ID());rewind_posts(); ?></a>
</div>
<div class="post-author-name"><?php the_author_posts_link(); ?></div>
<div class="post-author-description">
<?php
if(get_the_author_meta('description',$post->post_author)) {
echo get_the_author_meta('description',$post->post_author);
} else {
echo '这家伙很懒,什么都没写';
}
?>
</div>
<div class="post-author-new">
<?php query_posts('showposts=6&author='.$post->post_author);
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-2' ) ) : ?>
<?php dynamic_sidebar( 'sidebar-2' ); ?>
<?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