[WordPress] 外掛分享: Current Year, Symbols and IP Shortcode

首頁外掛目錄 › Current Year, Symbols and IP Shortcode
WordPress 外掛 Current Year, Symbols and IP Shortcode 的封面圖片
10,000+
安裝啟用
★★★★★
5/5 分(5 則評價)
111 天前
最後更新
問題解決
WordPress 2.5+ PHP 5.6+ v2.4.1 上架:2018-02-21

內容簡介

如果有問題,請發開票,我們最多在48小時內回覆。

簡碼的使用方式: WordPress Codex

完整文件和簡碼列表: 文件

當前年份、版權、符號和使用者 IP 使用簡碼。

[y] 會顯示目前年份 2020
[m] 會顯示目前月份 October
[d] 會顯示目前日期 25
[dmy] 會顯示目前日期 01/01/2023
[c] 會顯示版權符號 ©
[t] 會顯示註冊商標符號 ®
[tm] 會顯示未註冊商標符號 ™
[sm] 會顯示服務標記符號 ℠
[cc] 會顯示版權聲明
[cy] 會顯示版權符號和目前年份 ©2019
[cyy year=”2003″] 會顯示版權符號、首年和目前年份 ©2003-2019
[cyyl year=”2003″] 會顯示版權聲明、首年和目前年份 Copyright 2003-2019
[cyyls year=”2003″] 會顯示版權符號 (+©)、首年和目前年份 ©Copyright 2003-2019
[show_user_ip] 會顯示目前使用者 IP

擴展簡碼功能的有用屬性

年份格式屬性
對於具有年份的簡碼,您可以使用 format=”” 屬性選擇格式。它支持 “Y” (例如 2019) 或 “y” (例如 19)。預設格式為 “Y”,無需使用屬性。
您必須以相同格式輸入年份屬性。

範例
[cyy year=”03″ format=”y”] ©03-19
[cyy year=”2003″ format=”Y”] ©2003-2019

月份格式屬性
對於具有月份的簡碼,您可以使用 format=”” 屬性選擇格式。它支持 “F” – “m” – “M” – “n”。

日期格式屬性
對於具有日期的簡碼,您可以使用 format=”” 屬性選擇格式。它支持 “D” – “d” – “j” – “N”。

目前日期格式屬性
所有 php 日期函數屬性。

偏移量屬性
對於日簡碼 [d],您可以使用 offset=”” 屬性添加偏移量。它支持 + 或 -。
對於月簡碼 [m],您可以使用 offset=”” 屬性添加偏移量。它支持 + 或 -。
對於年簡碼 [y],您可以使用 offset=”” 屬性添加偏移量。它支持 + 或 -。
對於目前日期簡碼 [dmy],您可以使用 offset=”” 屬性添加偏移量。它支持 + 或 –,使用標準 php 日期格式,例如 + 1 年或 – 1 天。

範例
[d offset=”+1″] 2023
[m offset=”+1″] 2 (如果目前月份是一月)
[y offset=”+1″] 2 (如果目前日期是一號)
[dmy offset=”+ 1 year”] 01/01/2023

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.4.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Current Year, Symbols and IP Shortcode」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Don’t work? Open ticket, we answer in max 48h.
How shortcode work: WordPress Codex
Full documentation and shortcode list: Documentation
Current year, copyright, symbols and user IP with shortcode.
[y] display current year 2020
[m] display current month October
[d] display current day 25
[dmy] display current date 01/01/2023
[c] display copyright symbol ©
[t] display registered trademark symbol ®
[tm] display unregistered trademark symbol ™
[sm] display service mark symbol ℠
[cc] display Copyright
[cy] display symbol of copyright and current year ©2019
[cyy year=”2003″] display symbol of copyright, first year, current year ©2003-2019
[cyyl year=”2003″] display copyright, first year, current year Copyright 2003-2019
[cyyls year=”2003″] display copyright (+©), first year, current year ©Copyright 2003-2019
[show_user_ip] display ip of current user
Useful attribute for extend shortcode functionality
Format Attribute for Year
For shortcode with year you can choose format with attribute format=””. It support “Y” (es.2019) or “y” (es.19). Default format without attribute is “Y”.
You must enter year attribute in the same format.
Example
[cyy year=”03″ format=”y”] ©03-19
[cyy year=”2003″ format=”Y”] ©2003-2019
Format Attribute for Month
For shortcode with month you can choose format with attribute format=””. It support “F” – “m” – “M” – “n”.
Format Attribute for Day
For shortcode with day you can choose format with attribute format=””. It support “D” – “d” – “j” – “N”
Format Attribute for current date
All php date function attributes.
Offset Attribute
For day shortcode [d] you can add offset with attribute offset=””. It support + or -.
For month shortcode [m] you can add offset with attribute offset=””. It support + or -.
For year shortcode [y] you can add offset with attribute offset=””. It support + or -.
For current date shortcode [dmy] you can add offset with attribute offset=””. It support + or – in standard php date format, for ex. + 1 year or – 1 day.
Example
[d offset=”+1″] 2023
[m offset=”+1″] 2 (if current month is January)
[y offset=”+1″] 2 (if current day is 1)
[dmy offset=”+ 1 year”] 01/01/2023

文章
Filter
Apply Filters
Mastodon