1.) I tried to put automatic year php in the copyright field but it didn’t work. Is there a way to put an automatic copyright year in this field?
2.) Can we remove the Enfold Theme by Kriesi link in the socket?
3.) Is it possible to put a logo in the socket on the opposite side of the copyright information?
Hi MtnStreamGroup!
1.) What do you mean by automatic year php? Is this a code that you add on the footer? Please post it here.
2.) Go to Enfold > Footer > Copyright. Place the [nolink] tag.
3.) Edit footer.php, find this code on line 115:
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
</footer>
You can manually place the second logo on top of it.
Regards,
Ismael
Automatic year: © 2008-<?php echo date(“Y”) ?>
Hey!
In WordPress dashboard please go to Appearance > Editor and open Footer.php file and find
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and change it to
<span class='copyright'><?php echo $copyright; echo date(' Y') . $kriesi_at_backlink; ?></span>
Cheers!
Yigit
Hi!
@js-interactive As i replied to you in your topic, the easiest way for you would be using a child theme
Cheers!
Yigit