Codice PHP:
<?php
printf(
'© 2016-%s AlbenessereBlog - Powered by <a class ="info" href="https://it.wordpress.org" target="_blank">WordPress</a> - <a class ="info" href="https://themezee.com/themes/donovan" target="_blank">Donovan original theme</a> - <a class ="info" href="informativa-privacy">Informativa privacy</a> - <a class ="info" href="%s">Area amministratore</a>',
(new DateTime('now', new DateTimeZone('Europe/Rome')))->format('Y'),
is_home() ? 'wp-login.php' : '../wp-login.php'
);
?>
Ma sarebbe preferibile utilizzare URL relativi alla root del sito, se possibile.