1 Star 3 Fork 0

yeszao / D9

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
author.php 474 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
yeszao_e17d 提交于 2017-04-10 10:02 . first version
<?php get_header();
global $wp_query;
$curauth = $wp_query->get_queried_object();
?>
<div class="content-wrap">
<div class="content">
<header class="archive-header">
<h1><?php echo $curauth->display_name.'的文章' ?></h1>
<?php if ( $curauth->description ) echo '<div class="archive-header-info">'.$curauth->description.'</div>'; ?>
</header>
<?php include( 'modules/excerpt.php' ); ?>
</div>
</div>
<?php get_sidebar(); get_footer(); ?>
PHP
1
https://gitee.com/yeszao/d9.git
git@gitee.com:yeszao/d9.git
yeszao
d9
D9
master

搜索帮助