[WordPress] 外掛分享: Awesome Shortcodes

首頁外掛目錄 › Awesome Shortcodes
WordPress 外掛 Awesome Shortcodes 的封面圖片
20+
安裝啟用
★★★★★
5/5 分(1 則評價)
144 天前
最後更新
問題解決
v1.7.4 上架:2017-09-27

內容簡介

Awesome Shortcodes 是一個神奇的短碼集合外掛。

目前此外掛含有的短碼套件有:

一般短碼。
文字短碼。
文章短碼。
使用者短碼。
WooCommerce 短碼。

✅ 一般短碼

[copyright] – 短碼顯示版權符號。
[countdown] – 創造一個倒數計時器,每秒更新。
[dashicon] – 短碼顯示 WordPress 框線圖示。
[date] – 顯示現在日期。
[font_awesome] – 短碼顯示 Font Awesome 圖示。
[google_map] – 短碼顯示 Google 地圖選定的座標。
[hide] – 隱藏內容。有用於評論。
[login_url] – 短碼顯示您的 WordPress 網站登入網址。
[meter] – 短碼是用於測量在一定範圍內的數據(儀表)。使用 HTML <meter> tag。
[number_counter] – 創建一個動畫數字計數器。
[option] – 短碼顯示 WordPress 選項值。使用 WordPress get_option() function。
[progress] – 短碼顯示任務進度。使用 HTML <progress> tag。
[table] – 顯示 HTML 表格。
[timenow] – 顯示HH:MM:SS 格式的現在時間。每秒更新。
[total_categories] – 短碼顯示您網站上總類別數目。
[total_tags] – 短碼顯示您網站上標籤總數目。
[total_taxonomy] – 短碼顯示您網站上詞彙統計總數目。
– 短碼顯示已嵌入 YouTube 影片。

✅ 文字短碼

[code] – 將內容包括在 <code> 標籤中。對於顯示部分電腦程式碼有用。
[details] – 建立用戶能夠開啟和關閉的互動式小工具。使用 HTML <details> tag。
[flash] – 使用 CSS 創建閃爍文字效果。
[is_user_logged_in] – 隱藏未登入的使用者的文字。
[is_user_role] – 按使用者角色顯示文字。
[strikeout] – 刪除線內容。
[text3d] – 使用 CSS 創建 3D 文字。

✅ 文章短碼

[post_id] – 顯示目前文章 ID。
[post_meta] – 顯示文章 meta 欄位值。
[posts] – 顯示文章。查看 WP_Query 頁面了解更多參數。
[total_posts] – 顯示您網站上文章總數目。

✅ 使用者短碼

[total_users] – 短碼顯示每個角色的使用者計數,或顯示所有使用者計數。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.7.4) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Awesome Shortcodes」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Awesome Shortcodes is an awesome collection of shortcodes.
Currently included shortcode packs:

General shortcodes.
Text shortcodes.
Posts shortcodes.
Users shortcodes.
WooCommerce shortcodes.

✅ General Shortcodes

[copyright] – Shortcode displays copyright symbol.
[countdown] – Creates a countdown timer. Updated every second.
[dashicon] – Shortcode displays WordPress dash icon.
[date] – Displays current date.
[font_awesome] – Shortcode displays Font Awesome icons.
[google_map] – Shortcode displays Google Map for selected coordinates.
[hide] – Hides content. Useful for commenting.
[login_url] – Shortcode displays your WordPress site login URL.
[meter] – Shortcode is used to measure data within a given range (a gauge). Uses HTML tag.
[number_counter] – Creates an animated number counter.
[option] – Shortcode displays WordPress option value. Uses WordPress get_option() function.
[progress] – Shortcode displays the progress of a task. Uses HTML tag.
[table] – Displays HTML table.
[timenow] – Shows current time in HH:MM:SS format. Updated every second.
[total_categories] – Shortcode displays total categories count on your site.
[total_tags] – Shortcode displays total tags count on your site.
[total_taxonomy] – Shortcode displays total taxonomy terms count on your site.
– Shortcode displays embedded YouTube video.

✅ Text Shortcodes

[code] – Wrap contents in tag. Useful for displaying a piece of computer code.
[details] – Creates an interactive widget that user can open and close. Uses HTML

tag.
[flash] – Creates flashing text effect with CSS.
[is_user_logged_in] – Hides text from users who are not logged in.
[is_user_role] – Shows text by user role.
[strikeout] – Strikeouts content.
[text3d] – Creates 3D text with CSS.

✅ Posts Shortcodes

[post_id] – Displays current post ID.
[post_meta] – Displays post meta field value.
[posts] – Displays posts. Check WP_Query page for more info on params.
[total_posts] – Displays total number of posts in your site.

✅ Users Shortcodes

[total_users] – Shortcode displays the count of users having each role, or the count of all users.
[user_display_name] – Displays current user display name. If user is not logged, nothing is displayed.
[user_email] – Displays current user email. If user is not logged, nothing is displayed.
[user_first_name] – Displays current user first name. If user is not logged, nothing is displayed.
[user_id] – Displays current user ID. If user is not logged, nothing is displayed.
[user_ip] – Displays current user IP.
[user_last_name] – Displays current user last name. If user is not logged, nothing is displayed.
[user_location] – Displays current user location (i.e., country).
[user_login] – Displays current user login (i.e., username). If user is not logged, nothing is displayed.
[user_property] – Displays current user selected property. If user is not logged, nothing is displayed.

✅ WooCommerce Shortcodes

[wc_current_currency_code] – Shortcode displays current WooCommerce currency code. Useful for multi-currency sites.
[wc_current_currency_symbol] – Shortcode displays current WooCommerce currency symbol. Useful for multi-currency sites.
[wc_login_form] – Displays WooCommerce login form for not logged in users. If user is already logged in, nothing is displayed.
[wc_product_dimensions] – Displays WooCommerce product dimensions.
[wc_product_id] – Shortcode displays current WooCommerce product ID.
[wc_product_price_html] – Shortcode displays WooCommerce product full price with currency symbol.

✅ More

We are open to your suggestions and feedback. Thank you for using or trying out one of our plugins!
If you wish to contribute, join in on our GitHub repository.
Visit plugin site.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon