[wordpress插件] Author Bio Box作者简介Box

wordpress 插件 文章 2020-02-23 12:00 567 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

Display a box with the author’s biography and also social icons in bottom of the post.

在帖子底部显示一个带有作者传记以及社交图标的框。

Contribute

贡献

You can contribute to the source code in our GitHub page.

您可以在我们的 GitHub 页面上为源代码做出贡献。

Credits

信用

    License

    许可证

    Author Bio Box is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any

    Author Bio Box是免费软件:您可以根据自由软件基金会发布的GNU通用公共许可证的条款(许可证的版本3)或(根据您的选择)重新分发和/或修改它

    later version.

    更高版本。

    Author Bio Box is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;

    Author Bio Box的发行是希望它会有用,但没有任何保证;

    without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

    甚至没有对适销性或特定用途适用性的暗示保证。

    See the GNU General Public License for more details.

    有关更多详细信息,请参见GNU通用公共许可证。

    You should have received a copy of the GNU General Public License along with Author Bio Box.

    您应该已经随同Author Bio Box一起收到了GNU通用公共许可证的副本。

    If not, see http://www.gnu.org/licenses/.

    如果没有,请参见 http://www.gnu.org/licenses/

安装步骤

    • Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;
    • 将插件文件上传到您的plugins文件夹,或使用WordPress内置的“添加新插件”安装程序进行安装;

    • Activate the plugin;
    • 激活插件;

    • Navigate to Settings -> Author Bio Box and fill the options;
    • 导航至“设置”->“作者简介”并填写选项;

    • Fill the Biographical Info and Contact Info in Users -> Your Profile.
    • 填写用户->您的个人资料中的传记信息联系信息

    Add the box directly

    直接添加框

    Use this function:

    使用此功能:

      <?php    

    if ( function_exists( 'get_author_bio_box' ) ) {        

    如果(function_exists('get_author_bio_box')){        

    echo get_author_bio_box();    

    回声get_author_bio_box();    

    }

    }

    ?>

    ?>

下载地址
https://downloads.wordpress.org/plugin/author-bio-box.3.3.1.zip
-EOF-

AI助手支持GPT4.0