前言介紹
- 這款 WordPress 外掛「Extra Shortcodes」是 2012-01-07 上架。
- 目前有 2000 個安裝啟用數。
- 上一次更新是 2023-04-13,距離現在已有 750 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
- 有 10 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
archive | archives | category | shortcode | shortcodes |
內容簡介
WordPress Pro plugins
Extra Shortcodes
Donate
GitHub
簡碼:
[extra_archives]– 按日期排序的月份檔案鏈結清單;
[extra_archives type="yearly"]– 按日期排序的年度檔案鏈結清單;
[extra_archives type="monthly"]– 按日期排序的月份檔案鏈結清單;
[extra_archives type="weekly"]– 按日期排序的週檔案鏈結清單;
[extra_archives type="daily"]– 按日期排序的每日檔案鏈結清單;
[extra_archives type="postbypost"]– 按日期排序的所有文章鏈結清單;
[extra_archives type="alpha"]– 按標題排序的所有文章鏈結清單;
[extra_taxonomies]– 類別、標籤或其他盡可能多的稅務清單;
[bloginfo show="name"]– bloginfo參數;
[date format="l jS \\of F Y h:i:s A"]– 2012年4月23日星期一上午9時37分57秒; php欄位格式參數;
[date format="l jS \\of F Y h:i:s A" timestamp="+2 years +3 months -20 days -10 hours +30 minutes"]– 2014年7月3日星期四上午6時52分57秒; 相對日期時間格式;
[date format="h:i:s A" use_wordpress_timezone="1"]– 使用 WordPress 設定中的時區;
[date_i18n format="l jS \\of F Y h:i:s A" timestamp="+2 years +3 months -20 days -10 hours +30 minutes"]– Четвер, 3 Липня 2014 06:52:57;基於date_i18n的簡碼;
[time format="h:i:s A"]– 下午1:35:08;php欄位格式參數;
[year]– 2012, [year plus="3"]– 2015, [year minus="2"]– 2010;
[month]– 4(四月份), [month plus="10"]– 2, [month minus="8"]– 8;
[month_name]– 四月, [month_name plus="10"]– 二月, [month_name minus="8"] – 八月;
[day]– 8, [day plus="3"]– 11, [day minus="2"]– 6;
[weekday]– 星期一, [weekday plus="5"]– 星期六, [weekday minus="5"]– 星期三;
[hours], [minutes], [seconds];
有關簡碼的更多信息
實用:
“Page-list” – 列出所有使用簡碼的頁面列表
“Iframe” - 嵌入內容
原文外掛簡介
WordPress Pro plugins
Extra Shortcodes
Donate
GitHub
Shortcodes:
[extra_archives] – list of monthly archives links sorted by date;
[extra_archives type="yearly"] – list of yearly archives links;
[extra_archives type="monthly"] – list of monthly archives links;
[extra_archives type="weekly"] – list of weekly archives links;
[extra_archives type="daily"] – list of daily archives links;
[extra_archives type="postbypost"] – list of all posts links sorted by date;
[extra_archives type="alpha"] – list of all posts links sorted by title;
[extra_taxonomies] – list of categories, tags or any other taxonomies;
[bloginfo show="name"] – bloginfo params;
[date format="l jS \\of F Y h:i:s A"] – Monday 23rd April 2012 09:37:57 AM; php date format params;
[date format="l jS \\of F Y h:i:s A" timestamp="+2 years +3 months -20 days -10 hours +30 minutes"] – Thursday 3rd July 2014 06:52:57 AM; relative datetime formats;
[date format="h:i:s A" use_wordpress_timezone="1"] – use WordPress timezone from Settings section;
[date_i18n format="l jS \\of F Y h:i:s A" timestamp="+2 years +3 months -20 days -10 hours +30 minutes"] – Четвер, 3 Липня 2014 06:52:57; shortcode based on date_i18n;
[time format="h:i:s A"] – 01:35:08 PM; php time format params;
[year] – 2012, [year plus="3"] – 2015, [year minus="2"] – 2010;
[month] – 4 (in April), [month plus="10"] – 2, [month minus="8"] – 8;
[month_name] – April, [month_name plus="10"] – February, [month_name minus="8"] – August;
[day] – 8, [day plus="3"] – 11, [day minus="2"] – 6;
[weekday] – Monday, [weekday plus="5"] – Saturday, [weekday minus="5"] – Wednesday;
[hours], [minutes], [seconds];
more info about shortcodes
Useful:
“Page-list” – show list of pages with shortcodes
“Iframe” – embed content
WordPress Pro plugins
Parameters for [extra_archives]:
[extra_archives] – list of monthly archives links sorted by date;
[extra_archives type="yearly"] – list of yearly archives links;
[extra_archives type="monthly"] – list of monthly archives links;
[extra_archives type="weekly"] – list of weekly archives links;
[extra_archives type="daily"] – list of daily archives links;
[extra_archives type="postbypost"] – list of all posts links sorted by date;
[extra_archives type="alpha"] – list of all posts links sorted by title;
limit – how many links to be included in the list: [extra_archives limit="10"]; by default all links are shown: [extra_archives limit=""];
show_post_count – display counter of posts in the archive: [extra_archives show_post_count="1"]; by default counter is not shown: [extra_archives show_post_count="0"];
order – how to sort archives links: [extra_archives order="ASC"]; by default links are sorted by descending order (Z-A): [extra_archives order="DESC"];
[extra_archives] is based on wp_get_archives function.
Parameters for [extra_taxonomies]:
orderby – sort list by specific field: [extra_taxonomies order="count"]; by default list is sorted by name: [extra_taxonomies order="name"]; possible values: ID, name, slug, count, term_group;
order – the sort order of the list of pages (either ascending or descending): [extra_taxonomies order="DESC"]; by default: [extra_taxonomies order="ASC"]; possible values: ASC, DESC;
show_count – display counter of posts in the list: [extra_taxonomies show_count="1"]; by default counter is not shown: [extra_taxonomies show_count="0"];* limit – how many links to be included in the list: [extra_archives limit="10"]; by default all links are shown: [extra_archives limit=""];
hide_empty – show or hide empty categories or taxonomies: [extra_taxonomies hide_empty="0"]; by default empty categories are hidden: [extra_taxonomies hide_empty="1"];
use_desc_for_title – use description for title: [extra_taxonomies use_desc_for_title="0"]; by default the description is used as link title: [extra_taxonomies use_desc_for_title="1"];
child_of – only display categories that are children of the category identified by this parameter: [extra_taxonomies child_of="77"];
exclude – exclude one or more categories (comma-separated list of category ids) from the results: [extra_taxonomies exclude="5,7,9"];
exclude_tree – exclude category-tree (comma-separated list of category ids) from the results: [extra_taxonomies exclude_tree="5,7,9"]; The parameter include must be empty. If the hierarchical parameter is true, then use exclude instead of exclude_tree.
include – only include the categories detailed in a comma-separated list by category id: [extra_taxonomies include="5,7,9"];
hierarchical – list is hierarchical (tree-like) or flat: [extra_taxonomies hierarchical="0"]; by default the list is hierarchical: [extra_taxonomies hierarchical="1"];
number – sets the number of categories to display: [extra_taxonomies number="10"]; by default the number is unlimited: [extra_taxonomies number=""];
depth – how many levels in the hierarchy of pages are to be included in the list: [extra_taxonomies depth="3"]; by default the depth is unlimited: [extra_taxonomies depth="0"];
taxonomy – show list of registered taxonomy: [extra_taxonomies taxonomy="post_tag"]; by default shows the list of categories: [extra_taxonomies taxonomy="category"];
[extra_taxonomies] is based on wp_list_categories function.
Parameters for [bloginfo]:
[bloginfo show="name"] – bloginfo params;
[site_name] – Name of the site;
[site_desc] – Description of the site;
[site_url] – http://site.url;
[wp_version] – 4.5 (WordPress version);
[bloginfo] is based on bloginfo function.
Parameters for [date]:
[date format="l jS \\of F Y h:i:s A"] – Monday 23rd April 2012 09:37:57 AM; php date format params;
[date format="l jS \\of F Y h:i:s A" timestamp="+2 years +3 months -20 days -10 hours +30 minutes"] – Thursday 3rd July 2014 06:52:57 AM; relative datetime formats;
[date format="h:i:s A" use_wordpress_timezone="1"] – use WordPress timezone from Settings section;
[date_i18n format="l jS \\of F Y h:i:s A" timestamp="+2 years +3 months -20 days -10 hours +30 minutes"] – Четвер, 3 Липня 2014 06:52:57; shortcode based on date_i18n;
[time format="h:i:s A"] – 01:35:08 PM; php time format params;
[year] – 2012, [year plus="3"] – 2015, [year minus="2"] – 2010;
[month] – 4 (in April), [month plus="10"] – 2, [month minus="8"] – 8;
[month_name] – April, [month_name plus="10"] – February, [month_name minus="8"] – August;
[day] – 8, [day plus="3"] – 11, [day minus="2"] – 6;
[weekday] – Monday, [weekday plus="5"] – Saturday, [weekday minus="5"] – Wednesday;
[hours], [minutes], [seconds];
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Extra Shortcodes」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 2.0 | 2.1 | 2.2 | trunk |
延伸相關外掛(你可能也想知道)
Column Shortcodes 》此外掛提供簡單易用的短碼,在您的文章或頁面中輕鬆創建欄位。有時候,您只需要將網頁切成不同的欄位。使用此外掛,您只需選擇一個欄位的短碼,便可將欄位加...。
Sidebar Widgets by CodeLights 》❗ 很抱歉,由於 SiteOrigin 的 widgets API 完全更改,CodeLights 不再支援 SiteOrigin Page Builder 的原生使用。解決方案:您仍然可以在純文字編輯器中創...。
Shortcodes by Angie Makes 》Shortcodes by Angie Makes 外掛為您的 WordPress 主題新增一系列易於使用的短碼,這些短碼與 Angie Makes WordPress 主題 完美搭配。, 範例, 請到此查看這些...。
Apollo13 Framework Extensions 》Apollo13 Framework Extensions 為建立在 Apollo13 Framework 上的主題增加了一些功能。這些功能包括:, , 設計匯入器, 基於 Apollo13 Framework 功能的短代...。
ND Shortcodes 》預覽中的一些元件, 該外掛在你的頁面建構器(Elementor 或 WP Bakery Page Builder)中添加了一些有用的元件,可以非常容易地與你自己的主題集成。。
Meks Flexible Shortcodes 》Meks Shortcodes 是一個外掛,可以在文章/頁面內的內容中加入一些漂亮的元素。您可以透過使用者介面中的短碼產生器面板快速插入所有元素。對於每個短碼標籤,...。
Futurio Extra 》Futurio Extra 提供額外功能和選項給 Futurio 主題使用。, 該外掛需要免費的 WP 主題 Futurio 安裝才能使用。, Futurio Extra 帶來了新的小工具,可供 Elemen...。
WP Shortcode by MyThemeShop 》WP Shortcode 讓使用者只需點擊一下,即可在 WordPress 增加性感的按鈕、警告提示、欄位佈局等各式各樣的選項。這款高級插件曾經只向MyThemeShop的高級會員提...。
WP Date and Time Shortcode 》顯示當前、過去和未來日期或時間的簡碼。在您的文章和頁面中顯示今年、上一年、下一年、月份、日期等等。, 這可能是您網站所需的最後一個日期和時間簡碼插件...。
WooCommerce Shortcodes 》這個外掛提供一個 TinyMCE 的下拉式按鈕,讓您可以使用所有 WooCommerce 短碼。, 請參閱 WooCommerce 包含的短碼清單。, 從 WooCommerce 2.2 開始,這個 Tiny...。
WooCommerce Colors 》這款外掛在自訂選單上新增了一個名為 WooCommerce 的區塊,讓您輕鬆改變按鈕和 WooCommerce 元素的顏色。, 從 WooCommerce 2.3 開始,前端風格選項不再是 Woo...。
Weaver Xtreme Theme Support 》這是 Weaver Xtreme 主題的支援外掛。此外掛提供了一系列有用的簡碼和小工具,旨在補充 Weaver Xtreme 主題。這些簡碼是根據成千上萬的 Weaver Xtreme 和先前...。
TemplatesNext ToolKit 》這個外掛提供了許多必要的元素,如簡歷、團隊成員、推薦評價、輪播、WooCommerce 產品清單等等,使用短代碼、SiteOrigin Page Builder 或 Elementor widget ...。
TCD Google Maps 》TCD Google Maps 提供簡單的短代碼以顯示 Google 地圖。您可以將短代碼放置於文章、頁面或文字小工具中,以顯示各種風格的 Google 地圖。, 多樣的設計, 方便...。
Shortcake (Shortcode UI) 》Shortcake 可與 add_shortcode 搭配使用,提供使用者友善的介面來將 shortcode 加入文章中,並在內容編輯器中查看和編輯。, 安裝外掛後,您需要註冊 Shortcod...。