code to remove theme and wordpress credits?
-
Hi,
I’ve tried the three following codes, individually, in the CSS customizer. After trying each I have reset the cache on my browser. None has removed the credits. I am I doing something incorrectly, or is this not possible?
#footerarea {
display: none;
}#footer-credit {
display: none;
}.powered {
display:none;
}Thanks!
MatthewThe blog I need help with is: (visible only to logged in users)
-
You cannot remove footer credit links. There is no upgrade that provides that ability.
Removal of footer credit links is a Terms of Service violation. Though removing footer credit links, which leads to the untrue assumption that you designed the theme, and that you are hosting your site yourself is not allowed, it’s possible to add your own text to the footer area using CSS if you have purchased the Business bundle or Premium bundle of upgrades containing the Custom Design upgrade. Then you can include styling credit if you have done any unique styling and/or include a copyright notice.
http://en.wordpress.com/tos/ 11.
http://en.support.wordpress.com/custom-design/#frequently-asked-questions
http://en.support.wordpress.com/custom-design/
http://en.support.wordpress.com/custom-design/editing-css/
http://en.support.wordpress.com/custom-design/custom-fonts/If you want to add to the footer using CSS editing please use this link https://en.forums.wordpress.com/forum/css-customization#postform so you can copy and paste your text into a thread that will appear in the CSS Forum where you will get the help you need.
Added info:
If all you want to include is a copyright many bloggers do that by including a copyright notice in a text widget.
http://en.support.wordpress.com/prevent-content-theft/#1-include-a-very-clear-copyright-notice-on-your-blogSome like myself link that text widget notice to a copyright page like this one http://onecoolsitebloggingtips.com/copyright/
http://en.support.wordpress.com/widgets/text-widget/
- The topic ‘code to remove theme and wordpress credits?’ is closed to new replies.