Comments 3Matteo started the conversation2 weeks ago on January 10, 2025 at 5:29pmHi thereis there a way to make the footer copyright's year dynamic? So I don't have to change it manually every year. Please see attachments.Thank you in advanceAttached files: Footer_Copyright_Year_1.png Footer_Copyright_Year_2.png 2,006Support replied1 week ago on January 12, 2025 at 5:14pmHello Matteo, It requires php codding. To display current year you can use php function date() https://www.php.net/manual/en/function.date.php date("Y") And you can use a wild card in your copyright text (% for example) which you can then replace with str_replace https://www.php.net/manual/en/function.str-replace.php all this in /sections/footer_section.phpThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio Sign in to reply ...
Hi there
is there a way to make the footer copyright's year dynamic? So I don't have to change it manually every year. Please see attachments.
Thank you in advance
Attached files: Footer_Copyright_Year_1.png
Footer_Copyright_Year_2.png
Hello Matteo,
It requires php codding. To display current year you can use php function date()
https://www.php.net/manual/en/function.date.php
And you can use a wild card in your copyright text (% for example) which you can then replace with str_replace
https://www.php.net/manual/en/function.str-replace.php
all this in /sections/footer_section.php
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio