Hello, I’m guessing how to remove the bottom page credits that appear in some pages of my site as you may see here
http://www.kog.it/sito/
on the bottom you read
KOG – No Ordinary Bikers utilizza WordPress
Articoli (RSS) e Commenti (RSS).
Can you please tell me how can I get rid of them?
Thanks!
I’ve solved this with this line of code in css
#footer {display:none;}
btw I’d like to know how tu put a footer with some custom info, if possible.