[wordpress插件] Count Post Views计算帖子浏览量

wordpress 插件 文章 2020-04-03 09:50 501 0 全屏看文

AI助手支持GPT4.0

评分
94
描述

install and get your count post views.

安装并获取计数帖子视图。

    1. Upload plugin to the /wp-content/plugins/ directory
    2. 将插件上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Place

    6. 放置 <?php echo tamhuyet_count();

      ?> or in your templates.

      ?> <?php echo模板中的tamhuyet_count($ post_id);?>

      With $post_id is ID of the Post your want

    7. $ post_id 是您想要的帖子的ID

安装步骤

    1. Upload plugin to the /wp-content/plugins/ directory
    2. 将插件上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Place

    6. 放置 <?php echo tamhuyet_count();

      ?> or in your templates.

      ?> <?php echo模板中的tamhuyet_count($ post_id);?>

      With $post_id is ID of the Post your want

    7. $ post_id 是您想要的帖子的ID

下载地址
https://downloads.wordpress.org/plugin/count-post-views.zip
-EOF-

AI助手支持GPT4.0