
內容簡介
```html
<!DOCTYPE html>
<html lang="zh-tw">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WordPress 外掛介紹</title>
</head>
<body>
<h1>外掛總結:</h1>
<p>這個外掛可以使用簡碼顯示公司名稱、版權文字、符號,並且每年自動更新版權年份。</p>
<h2>問題與答案:</h2>
<ul>
<li>
<strong>問題:</strong> 能否舉例說明如何使用此外掛?
<br>
<strong>答案:</strong>
<ul>
<li>[gigatech_copy_rights] Copyright © 2023 Site Title. All rights reserved.</li>
<li>[gigatech_copy_rights company="Your Company Name." start_year="2010"] Copyright © 2010–2023 Your Company Name. All rights reserved.</li>
<li>[gigatech_copy_company company="Your Company Name"] © Your Company Name 2023</li>
<li>[gigatech_company_year] Site Title © 2023</li>
</ul>
</li>
<li>
<strong>問題:</strong> 該外掛是否可以顯示不同公司的版權資訊?
<br>
<strong>答案:</strong> 是的,您可以使用像[gigatech_copy_rights company="Your Company Name."]這樣的參數指定公司名稱。
</li>
<li>
<strong>問題:</strong> 自動更新的版權年份如何實現?
<br>
<strong>答案:</strong> 這個外掛會在新的一年自動更新年份,讓您無需手動更改。
</li>
</ul>
</body>
</html>
```
外掛標籤
開發者團隊
原文外掛簡介
This plugin lets you easily display copyright information anywhere on your site with shortcodes.
It automatically keeps the copyright year current and lets you style the text color and font size globally from the admin panel.
Includes a Settings page with a global text-color picker, font size control, one-click copy buttons, and live previews for all shortcodes.
New in v1.5
– Live previews of each shortcode on the Settings page.
– Minor admin UI polish.
Pro Version – Footer Copyright Pro
Unlock more controls and save time:
– Auto-insert footer (no shortcode required)
– More layouts
– Brand colors & spacing controls
– Built-in social icons
– Option to disable theme/builder footers
👉 Get Pro: https://wpstorebd.com/footer-copyright-pro/
New in v1.4
– Added Font Size (px) option on the Settings page to apply a global font size to all shortcode outputs (optional).
New in v1.3.0
– A Settings → Footer Copyright page in the WordPress admin
– One-click copy buttons to quickly copy any shortcode
– Color Picker to change the text color globally for all shortcode outputs (optional)
Available Shortcodes
[gigatech_copy_rights] → Copyright © 2025 Site Title. All rights reserved.
[gigatech_copy_rights company="Your Company Name." start_year="2010"] → Copyright © 2010–2025 Your Company Name. All rights reserved.
[gigatech_copy_rights company="Your Company Name."] → Copyright © 2025 Your Company Name. All rights reserved.
[gigatech_copy_company company="Your Company Name"] → © Your Company Name 2025
[gigatech_copy_company] → © Site Title 2025
[gigatech_company_year company="Your Company Name"] → Your Company Name © 2025
[gigatech_company_year] → Site Title © 2025
[gt_cp_icon] → ©
[gt_year] → 20XX
[gt_site_name] → Site Title
