wandererz
Member
Posted 1 year ago #
hi,
i had used wordpress.com for sometime. but now i have try using wordpress.org 3.1.1 for own hosting and installed.
can someone share with me how to hide the footer for twenty ten.
'Posted in Uncategorized | 1 Comment | Edit
Asia Property
Proudly powered by WordPress.'
this is what i have done for http://www.skyline360.net . however it seems when i input similar code to installed 3.1.1 . it doesnt work the same.
please advise
thanks
try to add this to style.css of your theme:
#footer { display: none; }
be aware that twenty ten will be overwritten with the next upgrade of your site.
consider http://codex.wordpress.org/Child_Themes
wandererz
Member
Posted 1 year ago #
thanks, solved.
so does it mean if i build on current twenty ten theme. my project will be overwritten with the next upgrades?
pls advise, thanks
Yes, which is why you should make a child theme :)
wandererz
Member
Posted 1 year ago #
ok thx,
but i tried reading the child themes installation.. it seems hard to digest. is it possible to help me to simplify it?
i am trying to build on child theme now.
:)
Cheers
wandererz
Member
Posted 1 year ago #