這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

addauthor

描述

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

Arbitrary section

A brief Markdown Example

螢幕截圖

安裝

  1. Upload addauthor folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php if( function_exists( 'wolly_addaut' ) ) wolly_addaut(); ?> in your templates where you want to show the author description WITHIN the loop.
  4. Insert new class in yours style.css ‘.clear’ and ‘ul.addaut’ ‘ul.addaut li’ and ‘ul.addaut li’. You find an example in the file ‘sample.css’
  5. register to gravatar.com yours authors
  6. fill in, under yours profile, the description of the authors

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.

常見問題

Why use this plugin?
To show a gravatar and a descritpion of the author(s) of your blog

評價

There are no reviews for this plugin.

貢獻者及開發者

“addauthor” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 addauthor 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.3
Changed readme file for compatibily with new WP versions

1.2
Changed CSS to have a minimun height to avoid bad display if you have short author description

1.1
Changed some deprecated function in 2.8

1.0
First release