[WordPress] 外掛分享: Simple post listing

內容目錄

前言介紹

  • 這款 WordPress 外掛「Simple post listing」是 2012-02-01 上架。
  • 目前有 40 個安裝啟用數。
  • 上一次更新是 2012-06-04,距離現在已有 4718 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

sgcoskey |

外掛標籤

list | posts |

內容簡介

這是另一個簡單的外掛程式,可以顯示您網誌的文章列表。
在任何文章或頁面上使用 [postlist] 短碼。

該短碼支援多個選項:

category:如果定義,則只顯示該類別的文章。
使用類別的標題識別碼 (slug identifier) 進行指定。如果您提供多個以逗號分隔的
標題識別碼,則它們都將包含其中。

tag:如果定義,則只顯示該標籤的文章。使用標籤的標題識別碼進行指定。
如果您提供多個以逗號分隔的標籤識別碼,則它們都將包含其中。

style:其中一個 list(預設)或 post。如果是 list,則列表樣式為縮進和符號列表。
如果是 post,標題將提升為


並且列表樣式為平面列表。

text:其中一個 none(預設)、excerpt、excerpt-formatted,或 normal。如果是 excerpt,
則顯示文章節錄,類似於搜尋結果。如果是 normal,則顯示完整文章(直到 [more] 標籤為止)。

more_text:指定要附加到截斷的節錄的文字。預設為 ...。

null_text:如果沒有結果返回,則顯示此文字。預設為 (none)。

class_name:如果定義,則將此類別名稱添加到生成的

    元素中。對於自訂樣式非常有用。

    show_date:如果定義,則文章日期將在文章標題之前出現。

    date_format:如果顯示日期,則將使用此 php 日期格式。默認值為常規設置頁面上的日期格式值。
    我建議使用 "F j, Y",格式為「May 12, 2012」。

    q:要添加到查詢中的任意&分隔引數。請參閱 WP_Query 頁面的可用語法。
    例如,要僅顯示三篇文章且要以升序顯示它們,您將編寫 [postlist q="posts_per_page=3&order=ASC"]。

    然後,可以使用 CSS 進一步格式化輸出。我們推薦使用外掛程式 Improved Simpler CSS 快速為您的文章列表(和您的網站)設置樣式!

    也可以通過將短碼放入文字 widget 中並啟用側邊欄中的短碼外掛程式,輕鬆將此插件製作為 widget。

    在GitHub上報告錯誤、提供意見或派生此外掛程式。

    原文外掛簡介

    This is another simple plugin to show a list of posts from your blog.
    Use the [postlist] shortcode on any post or page.
    The shortcode supports several options:

    category: If defined, show posts only from this category.
    Specify the category using its slug identifier. If you provide
    multiple comma-seperated category slugs then they will all be
    included.

    tag: If defined, show posts only from this tag. Specify the tag
    using its slug identifier. If you provide multiple comma-seperated
    tag slugs then they will all be included.

    style: One of list (default) or post. If it
    is list, then the list style is indented and bulleted. If it is post
    then the title is promoted to

    and
    the list style is plain.

    text: One of none (default), excerpt, excerpt-formatted,
    or normal. If it is excerpt, then the post excerpt is shown, similar
    to search results. If it is normal then the full post (up to
    the [more] tag) is shown.

    more_text: Specify the text to append onto truncated excerpts.
    Defaults to ....

    null_text: If no results are returned, shows this text.
    Defaults to (none).

    class_name: If defined, adds this class name to the generated

      element. Useful for custom styling.

      show_date: If defined, the post date will precede the post title.

      date_format: If showing the date, this php date format will be
      used. The default is the Date Format value from the General Settings
      page. I recommend "F j, Y", which displays as “May 12, 2012”.

      q: Arbitrary &-separated arguments to add to the query. See the
      WP_Query
      page for available syntax. For example, to show only three posts and
      you want to show them in ascending instead of descending order, you would
      write [postlist q="posts_per_page=3&order=ASC"].

      The output can then be further formatted using CSS. We recommend the
      plugin Improved Simpler
      CSS for
      quickly styling your post list (and your site)!
      This plugin can also be easily made into a widget by placing the shortcode
      into a text widget, and activating the Shortcodes in
      sidebar
      plugin.
      Report bugs, give feedback, or fork this plugin on
      GitHub.

      各版本下載點

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

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


    0.0 | 0.1 | 0.2 | trunk |

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

    • List category posts 》List Category Posts 可以讓你透過使用 [catlist] 短碼在文章或頁面中按類別列出文章。在編輯頁面或文章時,直接插入短碼到文章中,文章就會被列出來。基本的...。
    • VK Link Target Controller 》外掛介紹, VK Link Target Controller 外掛可在最近文章列表或存檔頁面中,讓使用者點選文章標題時轉址到其他網頁而非文章內容頁面。, 使用範例, 假設你在 eB...。
    • WooCommerce Grid / List toggle 》WooCommerce Grid/List Toggle是一個簡單的外掛,可以在您的產品封面圖庫中添加一個網格/列表切換按鈕,允許使用者在您的WooCommerce商店的產品中切換網格/列...。
    • Link Library 》此外掛用於在您的網站上建立一個頁面,列出 WordPress 管理介面內的 "連結" 部分中所定義的所有連結分類及其內所包含的所有連結。使用者可以選擇是否顯示某些...。
    • Listo 》Listo 是一個簡單的 WordPress 外掛,可供其他外掛和主題使用常用的列表 (例如國家列表、國家的分區和貨幣列表)。Listo 也能夠根據定義的子組篩選列表項目。...。
    • Posts List 》這個 WordPress 外掛可以透過輸入簡碼 [posts-list],在網站上新增一個文章列表或頁面列表。, 第一個範例展示了如何以最簡單的形式添加文章列表。, [post...。
    • List categories 》這是一個簡單的外掛程式,可以透過簡碼在任何文章或頁面中顯示類別。它基本上是一個簡碼 API 介面,用於 WordPress 的 wp_list_categories 函數。這表示,根...。
    • User Avatar 》1.4.7 是一個安全修補,請更新您的外掛程式至最新版。, 這款外掛提供一個縮圖區域在您的個人資料部分,使用者可以透過疊層上傳和裁剪新圖像,裁剪完成後,新...。
    • Sub Categories Widget 》有時當你把 WordPress 的內容分成分類時,它最終會成為一兩個主要分類的子分類,這些主分類本身沒有任何內容。, 使用此小工具,即使父分類沒有任何文章,您也...。
    • Mail Subscribe List 》查看最新的 WordPress 優惠以用於您的網站。, 這是一個簡單的外掛,允許訪客在您的網站上輸入他們的姓名和電子郵件地址,然後訪客詳細信息將添加到訂閱者列表...。
    • Authors List 》使用簡碼簡單地顯示文章作者清單或網格,並帶有到其文章彙整頁面的連結。, 簡碼為 [authors_list],並接受以下屬性。, , style(1、2、3), columns (2、3、4...。
    • Improved Save Button 》本外掛將一個更新、更好用的「儲存」按鈕新增至文章編輯畫面,一次點擊即可儲存當前的文章並立即進入下一個動作。, (WordPress 5 相關資訊:請參見下文。),...。
    • WP Category Post List Widget 》WP Category Posts List 是一個 WordPress 小工具和 Shortcode 外掛,可以按類別篩選文章。, 它是建立在最新的 WP 小工具類別上,支援多個小工具實例。您可以...。
    • JS Archive List 》此外掛提供一個小工具和一個篩選器,使用 JS JS library 在側邊欄或文章中顯示可折疊的存檔列表。, 功能, , 顯示可折疊的存檔列表以減少空間使用。, 使用 JS ...。
    • Tweeple 》對於所有推客,這是適合您的外掛程式。當然,已經有數量繁多的 Twitter WordPress 外掛程式,但 Tweeple 可以給您更 ThemeBlvd 風格的解決方案。, 注意:此外...。

文章
Filter
Apply Filters
Mastodon