函数 | 输出信息 |
---|---|
<php $this->permalink() ;?> | 文章所在的连接 |
<php $this->title() ;?> | 文章标题 |
<php $this->author() ;?> | 文章作者 |
<php $this->author->permalink() ;?> | 文章作者地址 |
<php $this->date('F j, Y') ;?> | 文章的发布日期,格式可参考PHP日期格式 |
<php $this->category(',') ;?> | 文章所在分类 |
<php $this->commentsNum('%d Comments') ;?> | 文章评论数及连接 |
<php $this->content('Continue Reading...') ;?> | 文章内容,其中的(Continue Reading…)是显示摘要时隐藏部分的邀请连接 |
<php $this->excerpt(120, '...') ;?> | 文章摘要 |
<php $this->tags(',', true, 'none') ;?> | 文章标签 |
<php $this->pageNav(); ?> | 文章分页 |
typecho的主循环中的各类信息调用
移动端可扫我直达哦~
本文作者:Alphonse
本文链接:typecho的主循环中的各类信息调用 - https://www.abddb.com/typecho_main_loop_call_post_info.html
版权声明:如博文中无特别声明,即为站长原创文章,仅代表个人观点,版权归 小鸟数据 所有,如需转载,烦请注明出处!