
內容簡介
這個外掛提供的小工具可以將您的月份或每日存檔以日曆形式顯示在側邊欄。如果您的存檔很多,佔據了側邊欄的很多空間,那麼這個小工具就是為您而設。您可以使用 CSS 完全自定義存檔小工具的外觀。
**請給予反饋**
在發佈之前,我自己一個人測試這個外掛,但我不可能對每一種不同的 WordPress 版本和特定配置都進行測試,因此您的反饋對我來說非常寶貴。
功能特色
外觀編輯器GUI(外部工具)
以年曆形式顯示每月存檔
以月曆形式顯示每日存檔
顯示/隱藏每月文章數量
包含 8 種主題(含 SCSS 檔案)
2 種自定義主題,即使在外掛更新後也能保持您的 CSS 風格
每個小工具都可以有不同的主題
顯示“之前/當前/下一個”或最新可用的月份
分類選擇。只顯示從選定分類中選擇的文章
按小部分自定義 post_type 支援
完全可使用 CSS 自定義整個外觀
.PO/.MO 本地化語言英語/法語 + 過時的語言:[德語、西班牙語、葡萄牙語、簡體中文、塞爾維亞語克羅地亞語]
使用 jQuery 動畫效果,可創建自己的 JS 代碼
不只是小工具,如果您的主題不支援小工具,您可以調用其函數使用此日曆:
archive_calendar();
你也可以進行配置:
$defaults = array(
'next_text' => '˃', //下一年的按鈕上顯示的文字,可以是空的,也可以是HTML,例如可以配合Font Awesome使用
'prev_text' => '˂', //和 next_text 類似,但是是用在上一年的按鈕上
'post_count' => true, //是否在每個月份旁邊顯示文章數
'month_view' => true, //是否顯示月份存檔,默認為 false。
'month_select' => 'default', // 顯示至少有一篇文章的最新月份。 ('prev', 'next', 'current')。
'different_theme' => 0, //如果您想為此窗口小工具設置不同的主題,請設置為 1(true)
'theme' => null, // 如果 'different_theme' == true,則設置主題的 'name'
'categories' => null, // array() -> 要顯示的分類 ID 列表。 array(1,2,34)
'post_type' => null // array() -> 要顯示的文章類型列表。 array('post', 'movies')
);
archive_calendar($args);
自定義分類不受支援。如果您的自訂 post_type 文章沒有任何與文章共同的分類,則不會在存檔中顯示。
附加功能
存檔小工具 Popover 插件
ARCW Popover Addon
ARCW主題編輯器
為日曆創建自己的主題
註意事項
請使用支援部分報告問題。不提供電子郵件支援。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Archives widget that make your monthly/daily archives look like a calendar on the sidebar. If you have a lot of archives that takes a lot of space on your sidebar this widget is for you. Display your archives as a compact calendar, entirely customizable with CSS.
**PLEASE FEEDBACK**
I’m alone to test this plugin before release and I can’t test everything with particular configurations or on different versions of WordpPress, your feedback is precious.
Features
Theme Editor GUI (external tool)
Displays monthly archives as a compact year calendar
Displays daily archives as a compact month calendar
Show/hide monthly post count
8 themes included (with SCSS files)
2 Custom themes that keep your CSS style even after the plugin update
Different theme for each widget
Show widget with previous/current/next or last available month
Category select. Show post only from selected categories
Filter Archives page by categories you set in the widget
Custom post_type partial* support
Entirely customizable with CSS
.PO/.MO Localisation English/Français + OUTDATED: [Deutsch, Español, Portugues, Simplified Chinese, Serbo-Croatian]
jQuery animated with possibility to use your own JS code.
Not just a widget, if your theme does not support widgets, you can use this calendar by calling its function:
archive_calendar();
you can also configure it:
$defaults = array(
'next_text' => '˃', //text showing on the next year button, can be empty or HTML to use with Font Awesome for example.
'prev_text' => '˂', //just like next_text but for previous year button.
'post_count' => true, //show the number of posts for each month
'month_view' => true, //show months instead of years archives, false by default.
'month_select' => 'default', // shows the last month available with at least one post. ('prev', 'next', 'current').
'different_theme' => 0, // set 1 (true) if you want to set a different theme for this widget
'theme' => null, // theme 'name' if 'different_theme' == true
'categories' => null, // array() -> list of categories IDs to show. array(1,2,34)
'post_type' => null // array() -> list of post types to show. array('post', 'movies')
);
archive_calendar($args);
Custom taxonomies are not supported. If your custom post_type post has no common category with post it will not be shown in the archives
ADDON
Popover Addon for Archives Calendar Widget
ARCW Popover Addon
ARCW THEME EDITOR
Create your own theme for the calendar
Notes
Please use the Support section to report issues. No support will be provided via email.
