美化知更鸟主题博客概况代码

一个简单的功能,博客概况美化,自适应来自知更鸟主题,图标、文字可以自己修改。

美化知更鸟主题博客概况代码

 

  1. <div class=“table-r”>
  2. <table width=“100%”>
  3.     <tbody>
  4.         <tr>
  5.             <td style=“text-align:center;” width=“50%”><i class=“iconfont icon-activity”></i>&nbsp文章总数:</td>
  6.             <td style=“text-align:center;” width=“50%”><?php $count_posts = wp_count_posts(); echo $published_posts = $count_posts->publish;?> 篇</td>
  7.         </tr>
  8.         <tr>
  9.             <td style=“text-align:center;” width=“50%”><i class=“iconfont icon-liuyan”></i>&nbsp留言数量:</td>
  10.             <td style=“text-align:center;” width=“50%”><?php global $wpdb; echo $wpdb->get_var(“SELECT COUNT(*) FROM $wpdb->comments”);?> 条</td>
  11.         </tr>
  12.         <tr>
  13.             <td style=“text-align:center;” width=“50%”><i class=“iconfont icon-bianji”></i>&nbsp标签总数:</td>
  14.             <td style=“text-align:center;” width=“50%”><?php echo $count_tags = wp_count_terms(‘post_tag’); ?> 个</td>
  15.         </tr>
  16.         <tr>
  17.             <td style=“text-align:center;” width=“50%”><i class=“iconfont icon-friendLink”></i>&nbsp友链链接:</td>
  18.             <td style=“text-align:center;”width=“50%”><?php global $wpdb; echo $wpdb->get_var(“SELECT COUNT(*) FROM $wpdb->links WHERE link_visible = ‘Y'”); ?> 个</td><tr>
  19.     <td style=“text-align:center;” width=“50%”><i class=“iconfont icon-shouye”></i>安全运行:</td>
  20.     <td style=“text-align:center;” width=“50%”><?php echo floor((time()-strtotime(“2016-5-6”))/86400); ?> 天</td>
  21. </tr><tr>
  22.     <td style=“text-align:center;” width=“50%”><i class=“iconfont icon-weiyuqiang-“></i>&nbsp浏览总量:</td>
  23.     <td style=“text-align:center;” width=“50%”><?php echo all_view(); ?> 次</td>
  24. </tr><tr>
  25.     <td style=“text-align:center;” width=“50%”><i class=“iconfont icon-xinwen”></i>&nbsp最后更新:</td>
  26.     <td style=“text-align:center;” width=“50%”><?php global $wpdb; $last =$wpdb->get_results(“SELECT MAX(post_modified) AS MAX_m FROM $wpdb->posts WHERE (post_type = ‘post’ OR post_type = ‘page’) AND (post_status = ‘publish’ OR post_status = ‘private’)”);$last = date(‘Y年n月j日’, strtotime($last[0]->MAX_m));echo $last; ?></td>
  27. </tr>
  28.         </tr>
  29.     </tbody>
  30. </table>
  31. </div>

 

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

给TA打赏
共{{data.count}}人
人已打赏
3 条回复 A文章作者 M管理员
  1. 版权版权版权版权 🙁

    • 好吧,我的小梦梦,我给你加上 😐

    • 👿 这个是诗梦大佬的啊

购物车
优惠劵
搜索