Use the [copyright_year] shortcode to display the copyright anywhere in your posts, pages, or widgets.
Basic Usage
[copyright_year]
Shows: © 2025
Advanced Options
[copyright_year start="2020" range="yes" prefix="©" suffix=" All rights reserved."]
Shows: © 2020–2025 All rights reserved.
Parameters
- start – Starting year (default: current year)
- range – "yes" or "no" (default: no)
- prefix – Text before year (default: ©)
- suffix – Text after year (default: empty)
💡 Tip: The shortcode respects your global settings. To override, use parameters.