Làm đẹp chủ đề Zibi-mô-đun thống kê thông tin trang web ngang phía dưới-Giao diện WpForum-Wordpress-ZIBLL

Làm đẹp chủ đề Zibi-mô-đun thống kê thông tin trang web ngang phía dưới

Chia sẻ mô-đun thống kê trang web ngang dưới cùng của Qiubi, bao gồm phát sóng blog, thống kê bài viết và thống kê duyệt web. Đây là một cách làm đẹp phía dưới rất đẹp để sử dụng và cũng rất thiết thực! ! ! Tôi không biết ai đã tạo ra nó nhưng tôi đã biên soạn và thử nghiệm nó từ các tài nguyên trực tuyến.

Hình ảnh [1]-Làm đẹp chủ đề Zibi-mô-đun thống kê thông tin trang web ngang phía dưới-Giao diện WpForum-Wordpress-ZIBLL

 

Hướng dẫn

Trong thư mục chủ đề của chủ đề Zibi, hãy thêm mã chức năng cốt lõi sau vào cuối tiêu đề.php

<script type="text/javascript" >
//Tổng số bài viết 
<?php $count_posts = wp_count_posts(); $published_posts =$count_posts->publish;echo "var tj_wzzs="."'$published_posts'";?>
//Phát hành tuần này
<?php $post_wpdb = get_posts_count_from_last_168h($post_type ='post');echo "var tj_bzfb="."'$post_wpdb'";?>
//Giờ hoạt động
<?php $wdyx_time = floor((time()-strtotime("2023-11-11 11:11:11"))/86400);echo "var tj_yxsj="."'$wdyx_time'";?>
//Tổng số người dùng
<?php global $wpdb;$users = $wpdb->get_var("SELECT COUNT(ID) FROM $wpdb->users");echo "var tj_yhzs="."'$users'";?>
//Tổng số lượt truy cập
<?php $post_view = nd_get_all_view();echo "var tj_yhzl="."'$post_view'";?>
</script>

Đường dẫn: thư mục gốc của chủ đềzibll/functions.phpThêm mã sau. Nếu bạn đã thêm mã này trước đây, vui lòng bỏ qua bước này.

/* Thống kê tổng số lượt truy cập */
function nd_get_all_view(){
  global $wpdb;
  $count=0;
  $views= $wpdb->get_results("SELECT * FROM $wpdb->postmeta WHERE meta_key='views'");
  foreach($views as $key=>$value){
    $meta_value=$value->meta_value;
    if($meta_value!=' '){
      $count+=(int)$meta_value;
    }
  }return $count;
}


/* Đếm số bài viết tuần này */
function get_posts_count_from_last_168h($post_type ='post') {
    global $wpdb;
    $numposts = $wpdb->get_var(
        $wpdb->prepare(
            "SELECT COUNT(ID) ".
            "FROM {$wpdb->posts} ".
            "WHERE ".
                "post_status='publish' ".
                "AND post_type= %s ".
                "AND post_date> %s",
            $post_type, date('Y-m-d H:i:s', strtotime('-168 hours'))
        )
    );
    return $numposts;
}

Phần cuối WordPress >> Giao diện >> Tiện ích >> Thêm mã sau vào HTML tùy chỉnh có chiều rộng đầy đủ ở cuối trang chủ

<div class="textwidget custom-html-widget"><div id="mizhi-info-wg-mian">
  <div class="mizhi-info-item">
  
  <div class="mizhi-wz-item">
  <div class="mizhi-wz-sty mizhi-wzzs-item"><svg class="icon fa-2x" aria-hidden="true"><use xlink:href="#icon-wenzhang" rel="external nofollow" ></use>
  </svg>
  <span class="mizhi-i-num"><script type="text/javascript">
  document.write(tj_wzzs);
  </script>Chương</span>
  <span class="frame-bg" title="Số lượng bài viết">Số lượng bài viết</span>
  </div>
  
  <div class="mizhi-wz-sty mizhi-jrfb-item">
  <svg class="icon fa-2x" aria-hidden="true">
  <use xlink:href="#icon-meizhouyilian" rel="external nofollow" ></use>
  </svg>
  <span class="mizhi-i-num"><script type="text/javascript">
  document.write(tj_bzfb);
  </script>Chương</span>
  <span class="frame-bg" title="Xuất bản tuần này">Xuất bản tuần này</span>
  </div>
  </div>
  
  <div class="mizhi-yhzs-item">
  <svg class="icon fa-2x" aria-hidden="true">
  <use xlink:href="#icon-huangguanyonghu" rel="external nofollow" ></use>
  </svg>
  <span class="mizhi-i-num"><script type="text/javascript">
  document.write(tj_yhzs);
  </script>Chương</span>
  <span class="frame-bg" title="Người dùng đã đăng ký">Người dùng đã đăng ký</span>
  </div>
  
  <div class="mizhi-yxsj-item">
  <svg class="icon fa-2x" aria-hidden="true">
  <use xlink:href="#icon-zuji" rel="external nofollow" ></use>
  </svg>
  <span class="mizhi-i-num"><script type="text/javascript">
  document.write(tj_yxsj);
  </script>Ngày</span>
  <span class="frame-bg" title="Giờ hoạt động">Giờ hoạt động</span>
  </div>
  
  <div class="mizhi-llzs-item">
  <svg class="icon fa-2x" aria-hidden="true">
  <use xlink:href="#icon-liulan" rel="external nofollow" ></use>
  </svg>
  <span class="mizhi-i-num "><script type="text/javascript">
  document.write(tj_yhzl);
  </script>Ngày</span>
  <span class="frame-bg" title="Lượt xem">Lượt xem</span>
  </div>
  
  <div class="mizhi-sjcs-item">
  <div class="mizhi-sjcj-m">
  <span class="mizhi-i-num">Hôm nay là</span>
  <div id="mizhi-date-text"></div>
  <div id="mizhi-week-text"></div>
  <div class="mizhi-meo-item">
    <img id="mizhi-meos" src="https://blog.zbiwl.com/demo/sz/week-1.webp" alt="emo">
  </div>
  <div class="mizhi-sjcj-content">
  <span id="mizhi-fatalism"></span>
  </div>
  </div>
  </div>    
  <div class="mizhi-sjcs-item2"><iframe src="https://blog.zbiwl.com/demo/sz/" width="290" height="280" frameborder="no"></iframe></div> 
  </div>
  </div>
  <script>
  $(function () {
    var myDate = new Date();
    var year = myDate.getFullYear(); //Lấy năm hiện tại
    var mon = myDate.getMonth() + 1; //Lấy tháng hiện tại
    var date = myDate.getDate(); //Nhận ngày hiện tại
    var week = myDate.getDay();
    var weeks = [
      "Chủ nhật",
      "Thứ hai",
      "Thứ ba",
      "Thứ Tư",
      "Thứ năm",
      "Thứ sáu",
      "Thứ bảy"
    ];
    $("#mizhi-date-text").html(year + "Năm" + mon + "Tháng" + date + "Ngày"+ weeks[week]);
  
    if (week > 0 && week < 5) {
      $("#mizhi-fatalism").html("Nếu kiên trì thêm một chút nữa thì sẽ là cuối tuần trong" + (5 - week) + " ngày!");
    } else if (week === 5) {
      $("#mizhi-fatalism").html("Ngày mai là cuối tuần, thời gian trôi nhanh, chẳng có gì hơn thế。");
    } else {
      $("#mizhi-fatalism").html("Hôm nay là cuối tuần, chúng ta cùng giải trí nhé!");
    }
    $("#mizhi-meos").attr(    "src","https://blog.zbiwl.com/demo/sz/week-" + week + ".webp"
    );
  });
  $("#mizhi-info-wg-mian").parents(".zib-widget").css({
    padding: "0",
    background: "none"
  });
  
  </script></div>
<link rel="stylesheet" href="https://blog.zbiwl.com/demo/sz/tj2.css"   type="text/css">

Hãy nhớ giới thiệu liên kết biểu tượng. Những gì tôi giới thiệu ở đây là biểu tượng biểu tượng của Alibaba. Hãy đặt nó vào mã HTML phía dưới tùy chỉnh. Bạn có thể tự thay đổi liên kết như sau.

<script src="//at.alicdn.com/t/c/font_4054251_lyuxfz4jkfj.js"></script>

Cuối cùng, Cài đặt chủ đề Zibll >> Toàn cầu & Tính năng >> Mã tùy chỉnh >> Kiểu CSS tùy chỉnh

.huliku-info-item{display:grid;grid-gap:15px;grid-template-columns: repeat(6,1fr);grid-template-rows:repeat(2,1fr);width:100%;height:280px;margin-bottom:15px;}
.huliku-llzs-item, .huliku-sjcs-item, .huliku-yhzs-item, .huliku-yxsj-item{width:100%;height:100%;border-radius:8px;text-align:center;box-shadow:0 2px 4px 0 rgba(0,0%,0%,5%);background-color:var(--main-bg-color);overflow:hidden;padding:5px;box-sizing:border-box;}
.huliku-i-num{font-size:20px;font-weight:600}
.huliku-yxsj-item{display:flex;align-items:center;justify-content:center;flex-direction:column}
.huliku-yhzs-item{display:flex;align-items:center;justify-content:center;flex-direction:column}
.huliku-llzs-item{display:flex;align-items:center;justify-content:center;flex-direction:column}
.huliku-wz-item{display:grid;grid-gap:20px;grid-template-columns:repeat(2,1fr);grid-column: 3/6;grid-row:1/2;overflow:unset!important;box-shadow:none!important;padding:0!important;}
.huliku-wz-sty{width:100%;height:100%;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:var(--main-bg-color);box-shadow:0 2px 4px 0 rgba(0,0%,0%,5%)}
.huliku-sjcs-item{grid-row: 1/3;grid-column: 1/3;}
.huliku-sjcj-m{position:relative;font-size:20px;font-weight:700;text-align:center;width:100%;height:100%;padding:10px;box-sizing:border-box;}
.huliku-sjcj-content{text-align:center;margin-top:10px}
.huliku-meo-item{width:282px;height:120px;margin:0 auto}
.huliku-meo-item>img{width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;cursor:pointer}
svg.icon.fa-2x {margin-top: 15px;}
@media screen and (max-width:959px){.huliku-info-item{grid-gap:10px;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr);height:500px;}
.huliku-sjcs-item{grid-row:3/5;grid-column:1/4}
.huliku-i-num{font-size:20px}
.huliku-sjcj-m{font-size:16px}}
.enlighter-default .enlighter{max-height:400px;overflow-y:auto !important;}.posts-item .item-heading>a {font-weight: bold;color: unset;}@media (max-width:640px) {.meta-right .meta-view{display: unset !important;}}
.huliku-sjcs-item2 {grid-row: 1/3;}
.huliku-sjcs-item2 {width: 100%;height: 100%;border-radius: 8px;text-align: center;box-shadow: 0 2px 4px 0 rgba(0,0%,0%,5%);background-color: var(--main-bg-color);box-sizing: border-box;grid-row: 1/3;grid-column: 6/6;}
@media screen and (max-width:959px){.huliku-wz-item{grid-column: 1/4}.huliku-sjcs-item2 {display:none}}
.huliku-ip-item, .huliku-sjcs-item, .huliku-yhzs-item, .huliku-yxsj-item{width:100%;height:100%;border-radius:8px;text-align:center;box-shadow:0 2px 4px 0 rgba(0,0%,0%,5%);background-color:var(--main-bg-color);overflow:hidden;padding:5px;box-sizing:border-box;}
.huliku-ip-item{display:flex;align-items:center;justify-content:center;flex-direction:column}
Vui lòng đăng nhập để viết bình luận

    Không nội dung Hồi đáp