[WordPress] 外掛分享: Listic Listicle Creator

前言介紹

  • 這款 WordPress 外掛「Listic Listicle Creator」是 2015-10-11 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2015-10-13,距離現在已有 3490 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 有 1 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

ebernstein |

外掛標籤

listicle | Multi-Page | pagination |

內容簡介

此外掛的詳細使用說明,包括短代碼範例及圖片,請造訪 http://elliottbernstein.com/listic-listicle-creator/

什麼是Listic?

Listic是一款WordPress外掛,允許使用者在單一文章內快速簡單地創建多頁列表式文章,只需使用[listic]短代碼及自訂項目名稱或編號。

快速開始範例程式碼

注意:所有Listicl列表式文章必須以「start」項目開始,如下所示。

[listic item="start"]
在此輸入開始投影片內容
[/listic]

[listic item="1"]
在此輸入投影片內容
[/listic]

[listic item="2"]
在此輸入投影片內容
[/listic]

[listic item="3"]
在此輸入投影片內容
[/listic]

如何使用Listic

Listic的關鍵在於[listic]短代碼,使用多次短代碼於同一文章內建立您的列表式文章,別忘了要從開始頁面開始!

1.建立開始頁面

您的第一個Listic項目是您的開始頁面,在部落格頁面及列表頁面上會顯示此頁面,其它項目及分頁只會在單一文章內頁面出現。

第一個項目必須為「start」,如下所示:

[listic item="start"]
在此輸入開始投影片內容
[/listic]

開始頁面不會包含任何項目編號(相較於在單一文章內頁面上,它將包含分頁在下方)

2.建立項目頁面

當您設置好開始頁面後,您可以創建任意數量的項目頁面。此時,您的程式碼看起來像這樣:

[listic item="start"]
在此輸入開始投影片內容
[/listic]

[listic item="1"]
在此輸入投影片內容
[/listic]

[listic item="2"]
在此輸入投影片內容
[/listic]

[listic item="3"]
在此輸入投影片內容
[/listic]

每個投影片都會依照分頁所點選的項目載入。

3.自訂項目名稱(可選)

Listic最酷的功能之一是,初始的「start」頁面建立後,您可以使用任何您想要的命名來命名投影片。想要從「1, 2, 3」更改為「文華東方,貝爾蒙,半島」?您可以這麼做!只需像下面這樣輸入程式碼:

[listic item="start"]
在此輸入開始投影片內容
[/listic]

[listic item="文華東方"]
在此輸入投影片內容
[/listic]

[listic item="貝爾蒙"]
在此輸入投影片內容
[/listic]

[listic item="半島"]
在此輸入投影片內容
[/listic]

結果將是重新命名的投影片按鈕。

自訂Listic的樣式

雖然Listic的基本格式適應大多數WordPress主題和網站,但使用者可能需要使用包括在Listic中的多個CSS類來更改各種元素的外觀。可以使用以下任何類來進行更改:

listic-content-box(內容框區域)
listic-contet-box-[項目編號或名稱](您列表中的特定內容框)
listic-item-number(全部項目編號)
listic-item-number-[項目編號或名稱](您列表中的特定項目編號)
listic-list-preview(在非單一文章頁面上顯示的開始頁面內容)
listic-current-item-number(目前顯示項目的編號)

原文外掛簡介

For detailed instructions on using this plugin, including shortcode examples and images, visit http://elliottbernstein.com/listic-listicle-creator/
What is Listic?
Listic is a WordPress plugin that allows users to quickly and easily create multi-page listicles of any size within a single post. This is accomplished by using the [listic] shortcode along with item names or numbers of your choice.
Quick Start Example Code
NOTE: All Listicl listicles MUST start with a “start” item, as shown below.
[listic item="start"]
STARTING SLIDE CONTENTS HERE
[/listic]

[listic item="1"]
SLIDE CONTENTS HERE
[/listic]

[listic item="2"]
SLIDE CONTENTS HERE
[/listic]

[listic item="3"]
SLIDE CONTENTS HERE
[/listic]

How to Use Listic
The key to using Listic is the [listic] shortcode. Use the shortcode multiple times in one post to build up your list, but remember to start with the start page!
1. Create the Start Page
Your first listic item is your start page. It is the item that will be displayed on the blog page and category pages. Other items and pagination will only appear on the single post page itself.
The first item must always be called “start”, and will look something like this:
[listic item="start"]
STARTING SLIDE CONTENTS HERE
[/listic]

The start page contains no item list numbers (compared to when it is shown in a single post page, when it will contain the pagination below it)
2. Create Item Pages
After you’ve set up your start page, you can create as many item pages as you like. At this point, your code will look something like this:
[listic item="start"]
STARTING SLIDE CONTENTS HERE
[/listic]

[listic item="1"]
SLIDE CONTENTS HERE
[/listic]

[listic item="2"]
SLIDE CONTENTS HERE
[/listic]

[listic item="3"]
SLIDE CONTENTS HERE
[/listic]

Each slide will load according to the item that has been clicked in the pagination.
3. Customize Item Names (optional)
One of the coolest things about Listic is that after you’ve created the initial “start” page, you can use ANY names you want for the slides. Want to change slides from “1, 2, 3” to “Mandarin Oriental, Belmond, Peninsula”? You can do it! Just type code as such:
[listic item="start"]
STARTING SLIDE CONTENTS HERE
[/listic]

[listic item="Mandarin Oriental"]
SLIDE CONTENTS HERE
[/listic]

[listic item="Belmond"]
SLIDE CONTENTS HERE
[/listic]

[listic item="Peninsula"]
SLIDE CONTENTS HERE
[/listic]

The result will be renamed slide buttons.
Customizing Listic’s Look
Althoug the basic formatting of Listic should adapt well to most WordPress themes and sites, users may want to use the numerous css classes included in Listic to change the look of various elements. Any of the following classes can be used to do so:
listic-content-box (content box area)
listic-contet-box-[item number or name] (a specific content box in your list)
listic-item-number (all item numbers)
listic-item-number-[item number or name] (a specific item number in your list)
listic-list-preview (the start page cotents that display on non-single posts)
listic-current-item-number (the number of the current item being displayed)

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Listic Listicle Creator」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


最新版本

延伸相關外掛(你可能也想知道)

  • Multipage 》Multipage for WordPress可以讓您將文章分為多個子頁面,每個子頁面有自己的標題,並在第一個或每個子頁面上提供目錄。, 讓您的文章更有序!, 不再需要極長的...。
  • Bulk City Landing Pages 》這個外掛可建立多個 WordPress 頁面,並在標題和內容中包含提供的城市名稱。支援父頁面、頁面模板、頁面標題和內容。, 建立的頁面數量將會是在城市名稱和州名...。
  • View All Post's Pages 》提供了一個「所有內容」(單頁)選項用於針對使用 WordPress 的 快速標籤(分頁文章)進行分頁處理的文章、頁面和自訂文章類型。, 您...。
  • Adjustly Nextpage 》這款外掛是為了我們 Adjustly 主題所開發,它允許作者在 WordPress 可視化和 HTML 工具列中創建多頁文章和頁面。這不是文章導航功能,而是專門添加分頁符號到...。
  • Gravity Forms Multi-Page Notifications 》Gravity Forms 多頁面通知外掛能讓你在使用者填完多頁面表單的某一頁後即刻發送通知信。你可以在表單設定中設置在哪些頁面填完後需要發送通知信。如果任何一...。
  • View All Pages 》此外掛會在 wp_link_pages 的輸出中新增一個「所有文章頁面(All Pages)」的連結,在單一頁面上顯示所有文章頁面。。

文章
Filter
Apply Filters
Mastodon