[WordPress] 外掛分享: DMG Post Archives Widget

前言介紹

  • 這款 WordPress 外掛「DMG Post Archives Widget」是 2016-08-27 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2016-08-28,距離現在已有 3170 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

dancoded |

外掛標籤

css | menu | monthly | list archives | archives widget |

內容簡介

以連結列表或下拉跳轉選單的方式顯示每月彙整。

包含高級選項,可以顯示文章計數、添加 CSS 樣式和修改標題。

取代內建的彙整小工具(WP_Widget_Archives)。

提供可用於篩選標題的掛鉤: dmg_archives_widget_title。

例如,若要更改單獨頁面或文章的標題,您可以將以下內容添加到 functions.php 檔案中:

function myTitleFilter( $title ) { if( is_singular() ) { return "$title"; } else { return $title;
} } add_filter( 'dmg_archives_widget_title' , 'myTitleFilter');

有關此外掛的更多資訊,請參閱 http://dancoded.com/wordpress-plugins/archives-widget/。

原文外掛簡介

Display monthly archives as a list of links or a dropdown jump-menu (automatically navigate to page when selected).
Includes advanced options to display post counts, add CSS styles and modify the title.
Replaces the built in Archives Widget (WP_Widget_Archives).
A hook is available to filter the title: dmg_archives_widget_title.
For example, to change the title on a single page or post, you could add this to your functions.php file:
function myTitleFilter( $title ) { if( is_singular() ) { return "$title"; } else { return $title;
} } add_filter( 'dmg_archives_widget_title' , 'myTitleFilter');
More information about this plugin can be found at http://dancoded.com/wordpress-plugins/archives-widget/.

各版本下載點

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

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


1.0 | trunk |

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

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon