If you are looking for software to use, go to Huajun Software Park! software release

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, and business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card) and a photo of yourself holding your ID card) and send it to your email http://softwaredownload4.com/sbdm/user/login

Hide>>

Send to email:news@onlinedown.net

Hide>>

Location: front pagePC softwareProgramming softwareProgramming controls Wp-Postviews Chinese plug-in
Wp-Postviews Chinese plug-in

Wp-Postviews Chinese plug-in v1.74 Chinese version

QR code
  • Software licensing: free software
  • Software size: 0.04MB
  • Software rating:
  • Software type: Domestic software
  • Update time: 2017-09-20
  • Application platform: winall
  • Software language: Simplified Chinese
  • Version: v1.74 Chinese version

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Basic introduction
Wp-Postviews Chinese plug-in paragraph first LOGO
Wp-Postviews Chinese plug-in is an excellent plug-in that can help count the number of views. WordPress View Count Plug-in: WP-Postviews is the latest Chinese version, download and use it now.

Screenshot of Wp-Postviews Chinese plug-in

Basic introduction

Arguably, the best and most popular WordPress views counting plug-in is WP-Postviews, which can count the views of each article and get a list of the most popular (most viewed) articles.

WP-Postviews can set statistical objects: anyone, anonymous visitors, logged in users, and can exclude statistical spider crawlers.

The latest version of WP-Postviews already supports caching. Even if you use caching plug-ins such as WP Super Cache for caching, it can still count normally.

How to use

1. Open wp-content/themes/<your theme name>/index.php

You can put the code in single.php, post.php or page.php.

2. Find:

Screenshot of Wp-Postviews Chinese plug-in

  <?php while (have_posts()) : the_post(); ?>

3. Add at the appropriate place:

Screenshot of Wp-Postviews Chinese plug-in

  <?php if(function_exists(’the_views’)) { the_views(); } ?>

Open ‘Settings -> Post Views’ and set the parameters of the plugin.

View status (using Widget):

Enable WP-PostViews Widget plugin

Open ‘Appearance -> Widgets‘

Drag and drop Most Viewed Widget to the sidebar

You can configure the Most Viewed Widget plugin via the configure button.

Click "Save Changes"

·Show statistics:

Show most viewed

·usage:

Screenshot of Wp-Postviews Chinese plug-in

  <?php if (function_exists('get_most_viewed')): ?>

<?php get_most_viewed(); ?>

<?php endif; ?>

·The first parameter: the type of displayed statistics 'post' (log), 'page' (page) or 'both' (both displayed) The second parameter: the number to be displayed

·Default: get_most_viewed(‘both’, 10);

Display the most viewed articles or pages in a category

·usage:

Screenshot of Wp-Postviews Chinese plug-in

  <?php if (function_exists('get_most_viewed_category')): ?>

<?php get_most_viewed_category(); ?>

<?php endif; ?>

·The first parameter: the ID of the category, which can be seen in "Management->Category". The second parameter: the type of statistics displayed, 'post' (log), 'page' (page) or 'both' (both displayed) The third parameter: the number to be displayed

·Default: get_most_viewed_category(1, ‘both’, 10);

Screenshot display

Screenshot of Wp-Postviews Chinese plug-in

Screenshot of Wp-Postviews Chinese plug-in

FAQ

Wp-Postviews Chinese plug-in

Wp-Postviews Chinese plug-in v1.74 Chinese version

closure