Hello to all!
I working on the following website in WordPress: LINK
I would like to customize the footer, so I wrote the following code:
echo '<p>© '.date("Y").' <a href="'.bloginfo('url').'" title="'.bloginfo('name').'">'.bloginfo('name').'</a> Club Valverde (CT) - Tutti i diritti riservati</p>';
Male bloginfo variables ('url') and bloginfo ('name') are printed out from the link href ...
How come? Strange!
Thank you.