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

L7 Display Posts

描述

Use a shortcode to display your posts. Display them by tag, number of posts, order (asc, desc), orderby (date, time created, none, ID, author, title, parent, rand), pagination (pages), and display the results in one column or two.

Intended to be used with object caching (memcache) for maximum efficiency.

[Display Posts tag=’a tag’ pages=’true’ posts=’7′ order=’desc’ orderby=’date’]

cat

  • Category name. Add multiple categories separated by commas. (Note: Using cat and tag will increase query load dramatically)

tag

  • Tag name. Add mulitiple tags separated by commas.

pages

  • True or false. Display the posts with pagination or all on one page.

posts

  • Number of posts to display. If pages is true it is the number of posts per page.

order

  • Display the posts in descending or ascending order.

orderby (There are many options including)

  • date
  • time created
  • none
  • ID
  • author
  • title
  • parent
  • rand

Requires PHP version 5.3.0 or greater.

安裝

Admin Panel

  1. Search for l7 Display Posts.
  2. Install plugin.
  3. Activate plugin.

Manual Installation

  1. Upload the entire /l7-display-posts directory to the /wp-content/plugins/ directory.
  2. Activate Primary Tag Plugin through the ‘Plugins’ menu in WordPress.

常見問題

How do I utilize the object caching feature for maximum speed and efficiency?

To maximize this plugins object caching features it is recommended that a caching plugin be installed. There are many free caching plugins available. It order to utilize memcache you may have to contact your hosting provider.

評價

2016年9月3日
This plugin is very efficient. Updates object cache when post is saved or updated so user never hits an empty cache. Great for sites with huge numbers of posts and high traffic.
閱讀全部1個評價

貢獻者及開發者

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

貢獻者

將 L7 Display Posts 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.1.0

  • First release