


Typecho blog post views statistics plug-in Stat typecho installation typecho code highlighting typechottjx
This article introduces the Typecho blog article views statistics plug-in Stat to coders. Coders in need can refer to it.
The blogging system used by my new blog is the Typecho blogging system. When I used it, I found that the blogging system itself does not have an article browsing statistics function, which is very strange. After searching on the Internet, I found that there are related blog plug-ins that can be used. The use of the plug-in is very simple. Blog Bar will briefly explain how to use the plug-in Stat for the number of article page views on the Typecho blog.
Stat plug-in installation and use:
- Download the blog plug-in Stat and upload it to the usr/plugins/ directory
- Log in to the blog backend, click the plug-in option under the console option to enter the plug-in list interface
- Under the disabled plug-in list Activate the page views plugin Stat
- Click the Appearance option under the console tab to enter the theme list interface
- Option "Edit current appearance" option, and then select the post.php file
- Add the following in the relevant location of the post.php file Code
<?php <span>$this</span>->views(); ?>
Tips: You can add prompt words before and after the code, such as the number of views:
Original address: http://www.manongjc.com/article/740.html
Related reading:
Typecho Implementation of article ranking plug-in (by daily ranking, weekly ranking, monthly ranking, total ranking)
Typecho article reading count statistics and popular article plug-in Views
typecho plug-in ArticleProtect-add access rights to articles
How Typecho paginates homepage and articles Pagination
Call the article list under category in Typecho
Typecho gets all the pictures of the article
Typecho gets the first picture (thumbnail) of the article
The above introduces the Typecho blog article view count plug-in Stat, including the content of typecho and stat. I hope it will be helpful to friends who are interested in PHP tutorials.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics


![PHP Warning: filesize() [function.filesize]: stat failed solution](https://img.php.cn/upload/article/000/887/227/168744929486784.jpg?x-oss-process=image/resize,m_fill,h_207,w_330)
When developing PHP projects, we often encounter problems related to file operations. One of the problems that often occurs is the error prompt "PHPWarning: filesize()[function.filesize]:statfailed". This error message often makes people confused and it is difficult to find a solution. This article will introduce the cause and solution of this problem, hoping to help everyone. The cause of the problem is in PHP, filesize

How to build a social media website using PHP and Typecho With the rise of social media, more and more people want to have a social media website of their own. One way to build a social media website is to use PHP and Typecho, two open source tools. PHP is a scripting language widely used in web development, while Typecho is a small, easy-to-use, and secure blog system that is not only powerful but also convenient for secondary development. Below I will introduce how to use PHP and

How to use PHP and Typecho to build a website with multi-language support Introduction: With the development of globalization, building a website with multi-language support has gradually become a goal pursued by enterprises and individuals. As a popular programming language, PHP, combined with Typecho, an excellent PHP open source blog program, can easily build multi-language websites. This article will introduce how to use PHP and Typecho to build a website with multi-language support, and provide relevant code examples. 1. Install and configure Typecho first

How to implement the website image upload function through PHP and Typecho. In the trend of modern online social platforms, image sharing is a very popular way. The image upload function of the website is a must-have feature for many websites, allowing users to easily upload their own images and share them with others. This article will introduce how to implement the website image upload function through PHP and Typecho. Typecho is an open source PHP blog system, which is very suitable for building personal blogs and small websites. It is lightweight and easy to use

How to use PHP and Typecho to dynamically generate a website navigation bar. The navigation bar is a very important part of a website. It can help users quickly locate the required pages and provide users with a good browsing experience. When making a website, we usually use PHP to dynamically generate the navigation bar. This article will introduce how to use PHP and Typecho to dynamically generate a website navigation bar, and attach code examples for readers' reference. Before starting, make sure you have Typecho installed and have created

Introduction to the discussion of PHP programming technology in Typecho: Typecho is a simple and efficient PHP blog engine, which is lightweight and easy to expand. This article mainly discusses PHP programming technology in Typecho, including commonly used PHP functions, database operations, file reading and writing, form processing, etc. And through code examples, it shows how to implement common functions in Typecho. 1. Application of PHP functions String processing String processing is one of the commonly used operations in PHP programming. in Type

How to implement website subscription function through PHP and Typecho With the rapid development of the Internet, more and more people are beginning to subscribe to their favorite websites in order to get updated content at any time. In order to meet user needs, website administrators need to provide a convenient subscription function. In this article, we will introduce how to use PHP and Typecho to implement the subscription function of the website. Typecho is a simple and fast open source blog system written in PHP language. It provides a convenient plug-in mechanism that allows developers to

How to realize the anti-spam comment function of the website through PHP and Typecho. With the rapid development of the Internet, spam comments have become an important problem that troubles website operators. To solve this problem, we can use PHP and Typecho to implement the anti-spam comment function of the website, effectively filtering and preventing the occurrence of spam comments. Before we start, we need to make sure that you have Typecho installed and have a certain foundation in PHP programming. Below are the steps and code examples to implement the anti-spam feature on your website. Learn about trash
