[wordpress插件] Authors List作者名单

wordpress 插件 文章 2020-02-24 00:20 661 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Easily display a list or grid of post authors and links to their post archives page using a shortcode.

使用简码轻松显示帖子作者的列表或网格以及指向其帖子档案页面的链接。

The shortcode is [authors_list] and accepts the following attributes.

简称为[authors_list],并接受以下属性。

    • style (1,2,3)
    • 样式(1,2,3)

    • columns (2,3,4)
    • 列(2,3,4)

    • avatar_size (any number, example 500)
    • avatar_size(任意数字,例如500)

    • amount (any number, no limit by default)
    • 金额(任何数字,默认无限制)

    • show_title (yes,no)
    • show_title(是,否)

    • show_count (yes,no)
    • show_count(是,否)

    • show_bio (yes,no)
    • show_bio(是,否)

    • show_link (yes,no)
    • show_link(是,否)

    • orderby ( post_count, ID, login, nicename, email, url, registered, display_name, first_name, last_name )
    • orderby(邮递号,ID,登录名,好记号,电子邮件,URL,已注册,显示名,名字,姓氏)

    • order ( ASC, DESC )
    • 订单(ASC,DESC)

    • skip_empty ( yes, no )
    • skip_empty(是,否)

    • bio_word_trim ( any number, leave empty for no trim )
    • bio_word_trim(任意数量,留空不留修饰)

    • only_authors ( yes, no )
    • only_authors(是,否)

    • exclude ( user IDs separate by comma, example 1,3,4 )
    • 排除(用户ID以逗号分隔,示例1,3,4)

    • include ( user IDs separate by comma, example 1,3,4 )
    • include(用户ID以逗号分隔,示例1,3,4)

    • roles ( roles separated by comma, example administrator,editor )
    • 角色(角色用逗号分隔,例如管理员,编辑者)

    • latest_post_after ( for example if set to 7 it will only show authors that have posts published in the past 7 days )
    • latest_post_after(例如,如果设置为7,则仅显示过去7天内发布过帖子的作者)

    Example usage with attributes:

    具有属性的示例用法:

    [authors_list style="2" columns="2" amount="4" show_count="no"]

     [authors_list style =“ 2” columns =“ 2” amount =“ 4” show_count =“ no”] 

    There are additional attributes for custom content before and after each element:

    每个元素前后都有自定义内容的其他属性:

      • before_avatar
      • before_avatar

      • before_title
      • before_title

      • before_count
      • 之前计数

      • before_bio
      • before_bio

      • before_link
      • 之前链接

      • after_avatar
      • after_avatar

      • after_title
      • after_title

      • after_count
      • after_count

      • after_bio
      • after_bio

      • after_link
      • after_link

      Example usage with attributes:

      具有属性的示例用法:

      [authors_list before_title="My custom content"]

       [authors_list before_title =“我的自定义内容”] 

      These before/after attributes also support dynamic user/author meta fields using

      这些before / after属性还支持使用以下动态用户/作者元字段

      {al:INSERT_FIELD_NAME}

       {al:INSERT_FIELD_NAME} 

      Example usage:

      用法示例:

      [authors_list before_title="My first name is {al:first_name}"]

       [authors_list before_title =“我的名字是{al:first_name}”] 

      They also support some dynamic output functionality.

      它们还支持某些动态输出功能。

      Currently just displaying posts links for the authors, more to come.

      目前,仅显示作者的帖子链接,还有更多内容。

      Example usage:

      用法示例:

      [authors_list after_title="{alf:posts}"]

       [authors_list after_title =“ {alf:posts}”] 

      [authors_list after_title="{alf:posts type=plain amount=5}"]

       [authors_list after_title =“ {alf:posts type = plain amount = 5}”] 

安装步骤

    • WordPress Plugins Directory: Navigate to PluginsAdd New in the WordPress admin and search “Authors List”.

    • WordPress插件目录:在WordPress管理员中导航至插件添加新,然后搜索“作者列表”。

      Click Install and then Activate.

    • 点击安装,然后点击激活

    • Zip Upload: Navigate to PluginsAdd NewUpload Plugin in the WordPress admin.

    • Zip Upload :在WordPress管理员中导航至插件添加新上传插件

      Browse to the .zip file containing the plugin on your computer and upload, then activate.

    • 浏览到计算机上包含插件的.zip文件,然后上传并激活。

    • Manual FTP Upload: Upload the plugin folder to /wp-content/plugins/.

    • 手动FTP上传:将插件文件夹上传到 / wp-content / plugins /

      Navigate to Plugins in the WordPress admin and activate.

    • 导航到WordPress管理员中的插件并激活。

下载地址
https://downloads.wordpress.org/plugin/authors-list.1.0.6.zip
-EOF-

AI助手支持GPT4.0