[WordPress] 外掛分享: List Last Changes

前言介紹

  • 這款 WordPress 外掛「List Last Changes」是 2013-12-27 上架。
  • 目前有 1000 個安裝啟用數。
  • 上一次更新是 2025-04-25,距離現在已有 8 天。
  • 外掛最低要求 WordPress 4.6.0 以上版本才可以安裝。
  • 有 10 人給過評分。
  • 論壇上目前有 1 個提問,問題解答率 100% ,不低,算是個很有心解決問題的開發者團隊了!

外掛協作開發者

rbaer | osthafen |

外掛標籤

widget | shortcode | block-editor | last changes |

內容簡介

此外掛可以透過簡碼或在古騰堡區塊編輯器中顯示小工具區域中最新更改的清單。
這可以包括已變更的頁面和/或文章(可配置)。

其他功能包括:

選擇列表中的條目數
定義要排除的頁面
顯示頁面/文章的作者

排除頁面或文章

要排除在小工具中列出的頁面或文章,請執行以下步驟:

打開您要排除的頁面或文章進行編輯。
開啟「螢幕選項」(在頁面右上方)
確保已選中「自訂欄位」(參見第三張屏幕截圖)
在螢幕下方的「自訂欄位」中添加以下自訂欄位(參見第四張屏幕截圖):

名稱:list_last_changes_ignore
值:true

要再次包含它,將值設為false,或完全刪除自訂欄位。

區塊編輯器(古騰堡)

可以在小工具 -> 列出最近變更中找到該區塊。
可以在區塊設置中(右側面板)配置該區塊。

與小工具不同,在區塊中不會撰寫標題。如果需要標題,則必須在「列出最近變更」區塊前自己定義標題區塊。

簡碼

要透過簡碼顯示最近更改的清單,使用以下語法:

[list_last_changes number='7' showpages='true' showposts='true' showauthor='false' template='{title} {change_date} {author}' /]

屬性「number」定義顯示的條目數。
通過屬性「showpages」和「showposts」,可以包含已更改的頁面和/或文章。
要顯示作者,將屬性「showauthor」設置為true(不建議,請改用範本機制)
「template」屬性定義條目的內容。如果定義了「template」屬性,則「showauthor」屬性將被忽略。

與小工具不同,在簡碼中不會撰寫標題。如果需要標題,則必須在簡碼前手動定義。

範本

在模板字串中,可以使用以下字段:{title}、{change_date}和{author}。
{title}:頁面或文章的標題及其連結
{change_date}:頁面或文章更改的日期
{author}:頁面或文章的作者

範例範本:
{title} {change_date}:預設範本
{title} {change_date} {author}:與0.9版本之前啟用的作者標誌行為相同
{change_date}:僅顯示更改日期,可與number = 1一起使用,表示WordPress網站的最後修改日期。

原文外掛簡介

Shows a list of the last changes in the widget area, via shortcode or in the gutenberg block editor.
This can include changed pages and/or posts (configurable).
Additional features include:

Select the number of entries in the list
Define pages to be excluded
Show the author or the last editor of the page/post
Select and order by date modified or date published

Exclude page or post
To exclude a page or post from being listed in the widget do the following steps:

Open the page or post you want to exclude for editing.
Open the “Screen Options” (on the top right of the page)
Ensure that “Custom Fields” is checked (see Screenshot )
In the “Custom Fields” further down the screen add the following custom field (see Screenshot ):

name: list_last_changes_ignore
value: true

To include it again set the value to false or remove the custom field completely.
Block Editor (Gutenberg)
The block can be found in Widgets -> List Last Changes.
The block can be configured in the block settings (panel on the right side)
In difference to the widget, with the block no title is written. If a title is needed it has to be defined in an own block in front of the List Last Changes block.
Shortcode
To show the list of the last changes via shortcode use the following syntax:
[list_last_changes number='7' showpages='true' showposts='true' showauthor='false' usedatepublished='true' template='{title} {change_date} {author}' /]

The attribute ‘number’ defines the number of entries shown.
With the attributes ‘showpages’ and ‘showposts’ changed pages and/or posts are included.
To show also the author set the attribute ‘showauthor’ to true (deprecated, use template mechanism instead).
With the attribute ‘usedatepublished’ set to ‘true’ the date when the page or post was first published, if set to ‘false’ (or not set at all) the date the page or post was modified is used.
The ‘template’ attribute defines the content of the entries. If the ‘template’ attribute is defined the attribute ‘showauthor’ is ignored.
In difference to the widget, with the shortcode no title is written. If a title is needed it has to be defined by hand in front of the shortcode.
Templates
In the template string the following fields can be used: {title}, {change_date}, {published_date}, {author} and {editor}.
{title} : the title of the page or post with a link to it
{change_date} or {change_date[format]} : the date the page or post was changed (“modified date”)
{published_date} or {published_date[format]} : the date the page or post was published (“post date”)
{author} : the author of the page or post
{editor} : the last editor of the page or post
With the optional [format] the date format of change_date and published_date can be defined. The date format is in the php date formatting.
Without definition the wordpress system date format is used.
Sample templates:
{title} {change_date} : the default template
{title} {change_date[Y-m-d H:i]} : like the default template but with date and time defined by the given format
{title} {change_date} {author} : behaves as in versions before 0.9 when show author was enabled
{change_date} : shows only the change_date, can be used with number = 1 as last modified date of a WordPress Site

各版本下載點

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

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


0.3.0 | 0.3.1 | 0.3.2 | 0.4.0 | 0.4.1 | 0.5.0 | 0.6.0 | 0.6.5 | 0.6.6 | 0.7.0 | 0.8.0 | 0.8.1 | 0.8.5 | 0.8.6 | 0.8.7 | 0.9.0 | 0.9.5 | 1.0.0 | 1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.1.0 | 1.1.1 | 1.1.2 | 1.2.0 | 1.2.1 | 1.2.2 | 1.2.3 | trunk |

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

  • Classic Editor 》Classic Editor 是由 WordPress 團隊維護的官方外掛程式,可還原之前(也就是「經典」)的 WordPress 編輯器和「編輯文章」畫面,使使用者可以使用延伸這個畫...。
  • Advanced Editor Tools 》高級編輯工具(以前稱為 TinyMCE Advanced)引入了一個「經典段落」區塊,供區塊編輯器(Gutenberg)使用。, 如果您還沒有準備好切換到區塊編輯器,或者有插...。
  • Starter Templates – AI-Powered Templates for Elementor & Gutenberg 》免費模板,支援 Elementor、Beaver Builder 和 Block Editor, 使用 Starter Templates 外掛,只需數分鐘即可建立專業且完美的網站。此外掛為使用者提供超過 2...。
  • Disable Gutenberg 》此外掛可禁用新的 Gutenberg 編輯器 (也稱為區塊編輯器),並以經典編輯器取代它。你可以完全禁用 Gutenberg,或從文章、頁面、角色、文章類型和主題模板中有...。
  • Essential Blocks – Page Builder Gutenberg Blocks, Patterns & Templates 》使用 Essential Blocks for Gutenberg,即可實現您的創意視覺效果,這是適用於 WordPress 的最終區塊庫!, 使用我們易於使用的區塊,增強您使用 Gutenberg 的...。
  • Blocks Animation: CSS Animations for Gutenberg Blocks 》Blocks Animation 可以讓您以優雅的方式,為所有的 Gutenberg 區塊添加 CSS 動畫。, Blocks Animation 的用戶介面非常原生且直觀,您甚至不會注意到它已經被...。
  • Ultimate Blocks – WordPress Blocks Plugin 》k, HowTo Schema Block lets you create step-by-step instructions with images and video, perfect for tutorials and guides. It is also Schema Markup e...。
  • Gutenberg Blocks – PublishPress Blocks Gutenberg Editor Plugin 》PublishPress Blocks 提供您在 WordPress 區塊編輯器中建立專業網站所需的所有功能,其中包括佈局選項、輪播、按鈕、圖示、圖片庫、地圖、選項卡、推薦、手風...。
  • Lightbox for Gallery & Image Block 》這個 WordPress 外掛為標準 WordPress 圖庫及圖像區塊新增了一個簡單輕量的 Lightbox,它可以偵測文章是否包含圖庫或圖像區塊,然後載入並啟動 baguetteBox.j...。
  • GutenKit – Page Builder Blocks, Patterns, and Templates for Gutenberg Block Editor 》總結:GutenKit for Gutenberg 是一個在 WordPress 區塊編輯器中提供輕鬆網頁建置體驗的終極解決方案,讓您無需編碼技能就能設計令人驚艷的專業網頁內容。, ,...。
  • PDF viewer for Elementor & Gutenberg 》「PDFjs Viewer for Elementor」外掛是一個強大的工具,可輕鬆將 PDF 檔案嵌入到您的 Elementor 頁面建構器頁面中。它專為 Elementor 設計,因此您可以輕鬆在...。
  • No Gutenberg – Disable Gutenberg Blocks Editor and FSE Global Styles 》WordPress 5.x 內建了一個名為 Gutenberg 的新區塊編輯器。隨著 5.9 版本的推出,全站編輯(Full Site Editing,FSE)的全局樣式被加入,每個頁面都會載入大...。
  • Genesis Custom Blocks 》Genesis Custom Blocks 為 WordPress 開發人員提供了必要的工具,以應對現代 WordPress 「區塊先行」的實境。, WordPress 區塊編輯器(又稱 Gutenberg)為我...。
  • Classic Editor and Classic Widgets 》這個免費的 Classic Editor & Classic Widgets 外掛可幫助您輕鬆地完全停用 Gutenberg 編輯器,並啟用 Classic Editor 和 Classic Widgets。, Classic Ed...。
  • BlockArt Blocks – Gutenberg Blocks, Page Builder Blocks ,WordPress Block Plugin, Sections & Template Library 》BlockArt Gutenberg Blocks – 最佳 WordPress Gutenberg 外掛程式之一, 擁有強大功能的 BlockArt 提供了無縫的網站建立體驗。它提供了六種獨特且響應式的區塊...。

文章
Filter
Apply Filters
Mastodon