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

Axact Author List Widget

外掛說明

The Axact Author List Widget wordpress plugin, by Yumna Tatheer, displays a list of authors, and editors
on the blog as an ordered list, unordered list, or a dropdown list. You can use the ordered list to display a list of ‘top authors’ on the blog. You can set a custom order of authors by simple dran n drop, set urls where this widget should not show.
This plugin has been re-written and all security threats removed, its now compatible with recent version of wordpress. In case update fails, please delete old plugin and install the currect one again. You might need to adjust your styles according to new class names.

Notes

General Info

Send any queries, comments, feedback, contributions to developer.yumna (a) gmail.com

Other Notes

The custom author order interface under settings requires WordPress 2.6 or higher but the other features work just fine on WordPress 2.5. This is due to the inavailability of the jQuery library on pre-2.6 versions.

‘Show as dropdown’ overrides ‘Show as ordered list’. This may seem counter-intuitive but admin interface needs a bit of cleanup. I’ll soon make it simpler to use.

Tips

  • To improve performance by reducing the number of full table scans in the database, create an index on the column “axact_author_order” in the table “(wp_prefix)users”.
  • You can style the author list with CSS by defining the CSS classes in the markup options of the widget. Using a text-align left for the list items with a float right for the post count aligns the post count of all the items in the list vertically. UL/OL with CSS is so much more flexible than HTML tables!! 🙂

螢幕擷圖

  • Axact Author list Widget options in the Appearance menu

安裝方式

  1. Upload the plugin to the /wp-content/plugins/axact-author-list-widget/ directory
    (this can be done automatically via the WordPress Plugin Browser/Installer interface)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Through the ‘Widgets’ sub-menu (under ‘Appearance’ menu), add the widget to your sidebar

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Axact Author List Widget〉的開發相關工作。

參與者

將〈Axact Author List Widget〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

3.1.1

  • Compatible with PHP 8

1.0

  • Author listing – displays a list of all authors and editors. This is an improvement over plugins that use the wp_list_authors especially if you’ve got a lot of subscribers on your blog. This was orignally developed by Nitin Reddy, but didn’t work with latest wordpress version, so I am improving it from now on.