Adding current Date year via script in Footer content area - Copyright year

I found some old posts and discussions regarding programmatically entering the current date year into the Footer next to some Copyright language, but the solutions I found seem to no longer apply. Like adding custom javascript - Theme Settings > JS? So how might I implement a solution with the latest iteration of the theme?

Hey @timleblanc,

Thanks for writing in!

You do not need a custom JS. Make use of the Global date dynamic content instead and add this:
Copyright {{dc:global:date format="Y"}}

this should display Copyright 2024 in the frontend.

To know more about Dynamic Content, please check this out:

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.