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

Show Authors in Page Lists

描述

This plugin allows developers to display author names within wp_list_pages-generated page lists.

安裝

After installing and activating, use the parameter showauthors=1 to display an author name beside each permalinked page title the wp_list_pages function generates: e.g., <?php wp_list_pages( 'title_li=&showauthors=1' ); ?>. To disable the parameter for a particular string/list, set showauthors to “0”: e.g., <?php wp_list_pages( 'title_li=&showauthors=0' ); ?>.

常見問題

Links
  • For feedback and help, visit: http://getsatisfaction.com/studio_hyperset/products/studio_hyperset_wordpress_plugins

  • To learn about other Studio Hyperset WordPress plugins, visit http://studiohyperset.com/#solutions

  • To help develop the Show Authors in Page List plugin, visit https://github.com/studiohyperset/show-authors-in-page-list

Developer Notes

This plugin assumes (a) most developers want to drive traffic to site pages, vs. author pages, and (b) links to author pages will appear on these site pages. As such, the names the plugin generates appear unpermalinked.

Additionally, even with the plugin installed and the showauthors=1 parameter enabled,all lists will be organized per pages rather than per authors. Alphabetically ordering a list by ascending post_title (that is, sort_order=ASC&sort_column=post_title) — the default method — will result in a list like the following, regardless of author name:

  • John Doe, Title A One Here
  • Zach James, Title B Two Here
  • Alan Adams, Title C Three Here
  • &tc.

As demand warrants, future builds may include these additional functionalities.

Interested in helping develop the Advanced Dates plugin? Visit the GitHub repository: https://github.com/studiohyperset/show-authors-in-page-list

評價

There are no reviews for this plugin.

貢獻者及開發者

“Show Authors in Page Lists” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Show Authors in Page Lists 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.0

  • 6/19/11 – Initial release