Editing the Copyright Date on Landing Pages | Community
Skip to main content
June 20, 2016
Solved

Editing the Copyright Date on Landing Pages

  • June 20, 2016
  • 2 replies
  • 3274 views

Hi All,

I've heard discussion of using a token, or something else, on the bottom of your landing pages to mark the year in your copyright.  That way, when the new year beings, you don't always need to create a new template, or update existing templates, and then re-approve all of the pages.  Seems like a great idea but unfortunately I can't figure out how to do it.  I feel like there's an easy solution, I'm just missing but any assistance you could give me, would be greatly appreciated!


Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Dory_Viscoglio

Hey Emily, we use this script on our landing pages so we don't even have to update them at the change of the year:

<script language="JavaScript" type="text/javascript">document.write(new Date().getFullYear())</script>

2 replies

June 20, 2016

Hi Emily,

Dory's method seems the best since it sounds like you do it once and your done. Just wanted to let you know that I'm pretty sure the solution you were thinking of was to use a snippet. Then all you would need to do is change the snippet every year and save it with the "no draft" option.

Denise

June 28, 2016

Thanks for clarifying Denise!  You're right, it was a snippet and not a token - that explains my confusion

Dory_Viscoglio
Dory_ViscoglioAccepted solution
New Participant
June 20, 2016

Hey Emily, we use this script on our landing pages so we don't even have to update them at the change of the year:

<script language="JavaScript" type="text/javascript">document.write(new Date().getFullYear())</script>

Dory_Viscoglio
New Participant
June 20, 2016

Sorry, to clarify, if you replace your copyright year with that script in the template, it should automatically populate the current year.

June 28, 2016

Thank you Dory! I appreciate your help and clarification