[wordpress插件] Author Popup作者弹出窗口

wordpress 插件 文章 2020-02-23 18:00 496 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

This plugin does the same thing as the the_author tag, displays the author name, only this time it’s linked to hidden layer (div).

此插件与the_author标记具有相同的作用,仅在链接到隐藏层(div)时才显示作者名称。

By clicking on the author link the hidden layer(div) pop’s up with author info gathered from the profile page, plus gravatar photo (if author email is assigned with one) & social links from profile custom fields.

通过单击作者链接,弹出的隐藏层(div)弹出,其中包含从个人资料页面收集的作者信息,以及照片(如果为作者电子邮件分配了照片)和个人资料自定义字段中的社交链接。

    • xhtml,css valid.
    • xhtml,css有效。

    • Tested in FF, Opera, IE6/7, Chrome and Safari.
    • 在FF,Opera,IE6 / 7,Chrome和Safari中进行了测试。

    • Comes with separate css file for easier modification.
    • 带有单独的css文件,以便于修改。

    Live demo of this plugin available at author site

    此插件的实时演示可在作者网站中找到

    .

安装步骤

Installation is simple and should not take you more than 2 minutes.Step 1: Download “Author Popup 1.0”

安装很简单,花费的时间不会超过2分钟。步骤1:下载“ Author Popup 1.0”

    1. Download “Author Popup 1.0”

      下载“作者弹出窗口1.0”

    2. Extract and upload the entire author-popup directory to /wp-content/plugins/

      将整个author-popup目录提取并上传到/ wp-content / plugins /

    3. Open your theme’s single.php file /wp-content/themes/yourtheme/single.php Put this code the_author_posts_link();

      打开主题的single.php文件/wp-content/themes/yourtheme/single.php将此代码放入the_author_posts_link();

      inside class=”postmeta”

      内部class =“ postmeta”

    4. Activate the plugin in wp-admin area.

      在wp-admin区域激活插件。

      Additional Configurations:

      其他配置:

    5. Author popup plugin displays user’s gravatar picture based upon his email address.

      作者弹出式插件会根据用户的电子邮件地址显示其头像。

    6. If you have wordpress profile custom fields with the name of “twitter” & “facebook” then, that user’s twitter & facebook profiles will be linked inside popup.

      如果您有名为“ twitter”和“ facebook”的wordpress配置文件自定义字段,那么该用户的twitter和facebook配置文件将在弹出窗口中链接。

    label: twitter

    标签:twitter

    value: twitter username

    值:twitter用户名

    label: facebook

    标签:facebook

    value: full facebook profile url

    值:完整的Facebook个人资料网址

    label: youtube

    标签:youtube

    value: full channel url

    值:完整频道网址

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

AI助手支持GPT4.0