1、发布日期
<?php the_time('F d, Y') ?>
<?php the_time('m-d') ?>
<?php the_date_xml()?>
2、所属分类
<?php the_category(', ') ?>
3、文章标签
<?php the_tags('标签: ', ', ', ''); ?>
4、留言数
<?php comments_number('暂无评论', '1条评论', '% 评论' );?>
5、更多按钮
<a href="<?php%20the_permalink()%20?>">更多内容</a>
日志总数:
<?php $count_posts = wp_count_posts(); echo $published_posts = $count_posts->publish;?>篇
评论总数:
<?php echo $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments");?>条
分类总数:
<?php echo $count_categories = wp_count_terms('category'); ?>个
标签总数:
<?php echo $count_tags = wp_count_terms('post_tag'); ?>个
- 本文固定链接: https://www.fengshen.cn/2014/03/wordpress参数/storyofwind/
- 转载请注明: fengshen 发表于 Dream of Wind | 一梦风神
觉得文章有用,微信打赏一元。
