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

About Author Box

描述

Easily display an information box for the post author after or before post content.

Aside of the automatic display before post content and after post content you can also use a shortcode to display an author box. The shortcode is [about_author_box]

You can change the default settings for the shortcode in the “Shortcode” sections of the settings page. You can also pass parameters as part of the shortcode which overwrite those settings.

Accepted parameters are:

  • avatar ( 1 or 0, 1 to show 0 to hide )
  • avatar_size ( numeric value, default 120 )
  • avatar_style ( square/rounded/circle )
  • avatar_position ( left/right )
  • name ( 1 or 0, 1 to show 0 to hide ))
  • date ( 1 or 0, 1 to show 0 to hide )
  • bio ( 1 or 0, 1 to show 0 to hide )
  • social ( 1 or 0, 1 to show 0 to hide )
  • style_border ( none/horizontal/full )

Example usage:

[about_author_box avatar_size="90" bio="no" style_border="horizontal"]

安裝

  • WordPress Plugins Directory: Navigate to PluginsAdd New in the WordPress admin and search “About Author Box”. Click Install and then Activate.
  • Zip Upload: Navigate to PluginsAdd NewUpload Plugin in the WordPress admin. Browse to the .zip file containing the plugin on your computer and upload, then activate.
  • Manual FTP Upload: Upload the plugin folder to /wp-content/plugins/. Navigate to Plugins in the WordPress admin and activate.

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 About Author Box 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0.3

  • Update Tested up to to 5.9

1.0.2

  • Escape/sanitize dynamic values

1.0.1

  • Escape/sanitize dynamic values for HTML attributes

1.0.0

  • Initial Release