Skip to main content

Add a dynamic copyright year to your footer

A footer copyright line that always shows the current year, with no January edits, using Dynamic Content tokens.

Steps

  1. Edit your footer copyright. Either:
    • Theme Settings → Footer (the copyright field), or
    • a Text Block inside a Theme Builder Footer Preset.
  2. Type the line with tokens:
    © {{copyright_year}} {{site_name}}. All rights reserved.
  3. Save. It renders as © 2026 Your Site. All rights reserved. and rolls over on its own each year.

{{copyright_year}} resolves to the current year; {{site_name}} pulls your WordPress Site Title, so the line also stays correct if you rename the site.

See also