Add copyright to footer (Vantage Premium)
I want to add a copyright sign with current year showing and have tried the following but this still does not show the year, and only shows the copyright sign. Please help?
©
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Actually i found a script below which works.
It’s possible to create a child theme, add a folder to your child theme called “parts” and then copy footer.php from the parent vantage/parts/ folder to the same folder in your child theme. You can then add:
<?php echo date("Y"); ?>To line 14.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.