[wordpress插件] addauthor添加作者

wordpress 插件 文章 2020-02-01 01:40 498 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

This plugin allow you to show where you want, inside the loop, a gravatar of the author of the post, the description of the author of the post, the nick of the author of the post and the date of the post.

此插件可让您在循环内显示所需的帖子,帖子作者的头像,帖子作者的描述,帖子作者的昵称以及帖子的日期。

PAY ATTENTION if you are upgrading, please take note that CSS is changed, you find a CSS example in sample.css, copy it in yours style.css and apply the change you need

请注意,如果要升级,请注意CSS已更改,您在sample.css中找到一个CSS示例,将其复制到您的style.css中并应用所需的更改

strong>

strong>

Arbitrary section

任意部分

A brief Markdown Example

一个简短的Markdown示例

安装步骤

    1. Upload addauthor folder to the /wp-content/plugins/ directory
    2. addauthor 文件夹上传到 / wp-content / plugins / 目录

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

    5. Place

    6. 放置 <?php if(function_exists('wolly_addaut'))wolly_addaut();

      ?> in your templates where you want to show the author description WITHIN the loop.

    7. ?> 在模板中要在循环内显示作者描述的位置。

    8. Insert new class in yours style.css ‘.clear’ and ‘ul.addaut’ ‘ul.addaut li’ and ‘ul.addaut li’.

    9. 以您的style.css“ .clear”和“ ul.addaut”,“ ul.addaut li”和“ ul.addaut li”插入新类。

      You find an example in the file ‘sample.css’

    10. 您可以在文件“ sample.css”中找到一个示例

    11. register to gravatar.com yours authors
    12. 注册到gravatar.com您的作者

    13. fill in, under yours profile, the description of the authors
    14. 在您的个人资料下填写作者的描述

    For 2.8 and 2.9 use the 1.2 for 2.7 use only 1.0 cause the 1.2 has the new function.

    对于2.8和2.9,请使用1.2;对于2.7,请仅使用1.0,因为1.2具有新功能。

下载地址

https://downloads.wordpress.org/plugin/addauthor.1.3.zip

https://downloads.wordpress.org/plugin/addauthor.1.3.zip

-EOF-

AI助手支持GPT4.0