[wordpress插件] About Author Box关于作者框

wordpress 插件 文章 2020-01-24 11:20 546 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

Easily display an information box for the post author after or before post content.

在帖子内容之后或之前轻松显示帖子作者的信息框。

Aside of the automatic display before post content and after post content you can also use a shortcode to display an author box.

除了自动显示帖子内容之前和之后的内容外,您还可以使用简码显示作者框。

The shortcode is [about_author_box]

简码是[about_author_box]

You can change the default settings for the shortcode in the “Shortcode” sections of the settings page.

您可以在设置页面的“短代码”部分中更改短代码的默认设置。

You can also pass parameters as part of the shortcode which overwrite those settings.

您还可以将参数作为简短代码的一部分传递,以覆盖这些设置。

Accepted parameters are:

可接受的参数是:

    • avatar ( 1 or 0, 1 to show 0 to hide )
    • 头像(1或0,1表示0以隐藏)

    • avatar_size ( numeric value, default 120 )
    • avatar_size(数值,默认值为120)

    • avatar_style ( squareounded/circle )
    • avatar_style(正方形/圆形/圆形)

    • avatar_position ( leftight )
    • avatar_position(左/右)

    • name ( 1 or 0, 1 to show 0 to hide ))
    • 名称(1或0,1表示0以隐藏))

    • date ( 1 or 0, 1 to show 0 to hide )
    • 日期(1或0,1表示0以隐藏)

    • bio ( 1 or 0, 1 to show 0 to hide )
    • bio(1或0,1表示0隐藏)

    • social ( 1 or 0, 1 to show 0 to hide )
    • 社交(1或0,1表示0以隐藏)

    • style_border ( none/horizontal/full )
    • style_border(无/水平/完整)

    Example usage:

    用法示例:

    [about_author_box avatar_size=”90″ bio=”no” style_border=”horizontal”]

    [about_author_box avatar_size =” 90” bio =” no” style_border =”水平”]

安装步骤

    • WordPress Plugins Directory: Navigate to PluginsAdd New in the WordPress admin and search “About Author Box”.

    • 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/about-author-box.1.0.0.zip

https://downloads.wordpress.org/plugin/about-author-box.1.0.0.zip

-EOF-

AI助手支持GPT4.0