Shortcode in Footer Text

bernd7
9 Posts
bernd7 posted this 03 June 2016

HI. I had to delete the footer text in a wordpress theme designed in Themler. I added a regular text box for the copyright in the footer to replace the "Copyright. Billion Themes" one. What I am trying to do though, is make the copyright year a shortcode so it updates automatically. Can someone tell me how to set it up that way?

HI. I had to delete the footer text in a wordpress theme designed in Themler. I added a regular text box for the copyright in the footer to replace the "Copyright. Billion Themes" one. What I am trying to do though, is make the copyright year a shortcode so it updates automatically. Can someone tell me how to set it up that way?
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 06 June 2016

Hello,
you may output the year with custom PHP code added via CMS Code control
Here is sample PHP

echo date("Y");

Regards,
Aileen

Hello, you may output the year with custom PHP code added via CMS Code control Here is sample PHP echo date("Y"); Regards, Aileen
You must log in or register to leave comments