[wordpress插件] Comment Plugger评论插件

wordpress 插件 文章 2020-03-28 20:40 445 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Gives a list of that last people to comment on a post, with a link to their site if they provided one.

给出最后要发表评论的人的列表,并提供他们网站的链接(如果他们提供了链接)。

Configuration

配置

You may pass parameters when calling the function to configure some of the options.

在调用函数以配置某些选项时,您可以传递参数。

Example: mdv_comment_plugger('Last Commented By: ', 7)

示例: mdv_comment_plugger('最后评论者:',7)

The parameters:

参数:

$before – text to be displayed before the commenters names are displayed

$ before –在显示评论者名称之前要显示的文本

$limit – the maximum number of commenter names to display (default is 10)

$ limit –显示的评论者名称的最大数量(默认为10)

安装步骤

    1. Upload comment-plugger.php to the /wp-content/plugins/ directory
    2. comment-plugger.php 上载到 / wp-content / plugins / 目录

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

    5. Place

    6. 放置 <?php mdv_comment_plugger();

      ?> in your template where you want the commenter “plugs” to display.

    7. 模板中的?> ,要在其中显示评论者的“插件”。

下载地址
https://downloads.wordpress.org/plugin/comment-plugger.zip
-EOF-

AI助手支持GPT4.0