Linux 软件免费装
Banner图

Plugin Name

开发者 madebyguerrilla
更新时间 2016年2月10日 02:32
PHP版本: 3.0 及以上
WordPress版本: 4.4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

author author box author info

下载

1.3 1.4 1.5 1.6 1.7 1.8

详情介绍:

This is a plugin that adds an author box to the end of your posts, showing off the authors name, description, website link and gravatar powered avatar. As of version 1.3 the following input boxes were removed: The following input boxes were added:

安装:

  1. Upload 'guerrilla-author-box.php' to the '/wp-content/plugins/' directory
  2. 通过WordPress的的“Plugins”菜单激活插件

屏幕截图:

  • This is how the author box displays in the Clarity WordPress theme

升级注意事项:

1.1 New version adds twitter/facebook/google+/linkedin profile options and removes some seldom used options 1.5 New version adds dribbble/github profile options and also fixes various css and html issues 1.7

常见问题:

Will there ever be more options added?

Yes, I do have plans on adding more options for this plugin. For instance, I plan on adding a page in the WordPress admin panel for you to be able to edit the CSS so the author box can be styled to fit with your theme design.

What are the default CSS codes?

As of version 1.3, the css is contained in it's own style.css file within the plugin folder instead of directly added to the html of your web page. You can copy/paste the below css codes into your themes CSS file and adjust them accordingly in order to override the css that's been added with the plugin. .guerrillawrap { background: #f8f8f8; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; border: 1px solid #d0d0d0; float: left; padding: 2%; width: 100%; } .guerrillagravatar { float: left; margin: 0 10px 0 0; width: 10%; } .guerrillatext { float: left; width: 84%; } .guerrillatext h4 { font-size: 20px; line-height: 20px; margin: 0 0 0 0; padding: 0; } .guerrillatext p { margin: 5px 0 12px 0; } .guerrillasocial { float: left; width: 100%; } .guerrillasocial a { border: 0; margin-right: 10px; }

更新日志:

1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8