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

listicle

外掛說明

Add multiple posts that can be viewed as a slide show using next / previous buttons out of a single list while editing only one post in your admin panel. This lets you generate listicles (http://en.wikipedia.org/wiki/Listicle). “In journalism and blogging, a listicle is a short-form of writing that uses a list as its thematic structure, but is fleshed out with sufficient verbiage to be published as an article. A typical listicle will prominently feature a cardinal number in its title, such as “10 Ways to Warm Up Your Bedroom in Winter”,[1] or “25 Hairstyles of the Last Hundred Years”,[2] with subsequent subheadings within the text itself reflecting this schema. The word is a portmanteau derived from list and article.”

Features:

  • Create lists on the fly, each list item with its own navigation
  • SEO-friendly pages for each list item
  • Manage multiple posts from within a single post
  • Generate better page views using lists
  • Promote your listicles and list items individually on all your favorite social sites and on listicle.us

螢幕擷圖

安裝方式

  1. Upload the listicle directory to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. From within a post or page, add a listicle using the shortcode [listicle][/listicle]
  4. Don’t forget to to tease your listicles at listicle.us
  5. You can style components of your listicle using the css file included with the plugin as a baseline.

A sample shortcode with all its features:

[listicle name="sample listicle for readme"]

    <em>This is the excerpt that will be used to tease the first item in the list from the post you are currently editing.  The post within which you are placing this listicle will show this excerpt.  This is the "italics" tag. You can generate this using the WordPress WYSIWYG "tinyMCE" by clicking the "i" in the editor.  Or, in HTML view you probably know what to do.  There should only be one.       </em>

    <li><strong>The text inside the strong / bold tags become the headline of the post generated by listicle.</strong>  The text inside the list item, also available from the WYSIWYG becomes the content of the list item post.  If there is no headline specified using the "b" tag</li>

    <li><b>bold and strong should be interchangeable</b> If there is no strong tag listicle will use the name attribute from the listicle shortcode to generate a numbered sequence of titles for the list item posts.  For example, this list item would be titled: sample listice for readme - 2.  Note: Semantically, strong is the preferred option.</li>

    <li>Listicle will generate list item "listicle" posts for each list item.  You can have as few as one. You can delete listicles by removing the list item from the list and publishing the post.</li>


[/listicle]

常見問題集

Getting Errors
  • A shortcode must have a name attribute. The name attribute must be unique.
  • The shortcode must be closed, ie: it will not work if it does not have a [/listicle]
  • The list items
What is listicle tease

In order to help promote your site you can pimp your list at listicle.us. In your admin go to tools > listicle tease. Select a category from the subject pulldown and a list by selecting the post that houses it and “list it”. Listicle.us creates links back to your teaser page (the post that houses the listicle) so users go to your site to read the list.

使用者評論

閱讀全部 8 則使用者評論

參與者及開發者

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

參與者

將〈listicle〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.1

This version is beta. Feedback greatly appreciated.

0.2

Minor fix to get versioning synched.

0.3

Allow bold tags and strong tags to be used interchangeably