[wordpress插件] Comment Author Checklist评论作者清单

wordpress 插件 文章 2020-03-28 09:00 590 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This new template tag generates a list of registered users.

此新模板标记会生成已注册用户的列表。

The post author and users who have commented on the post are crossed off the list;

帖子作者和对帖子发表评论的用户不在列表之列;

any users who have not yet commented are left alone.

所有尚未发表评论的用户都将被留下。

Options:

选项:

    • exclude the admin user
    • 排除管理员用户

    • choose the minimum user role to be show in the list (e.g. Contributor, Author, etc.)
    • 选择要在列表中显示的最低用户角色(例如,参与者,作者等)

    • sort the list by user ID, display name, first name, last name, or login
    • 按用户ID,显示名称,名字,姓氏或登录名对列表进行排序

    • choose the categories in which to show the list
    • 选择显示列表的类别

    This plugin requires PHP 5.10.

    此插件需要PHP 5.10。

安装步骤

Installation is pretty standard:

安装是非常标准的:

i.e.

    1. Upload comment-author-checklist.php to the /wp-content/plugins/ directory
    2. comment-author-checklist.php 上传到 / wp-content / plugins / 目录

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

    5. Place

    6. 放置 <?php如果(function_exists('show_comment_author_checklist'))show_comment_author_checklist();

      ?> inside the Loop in the template file of your choice (usually single.php).

    7. 在您选择的模板文件(通常为single.php)中,在循环内的

    Example:

    示例: <?php the_content();

    ?>    

    ?>     

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

AI助手支持GPT4.0