1 Attachment(s)
Want to remove Ads from website
I'm a graphic designer and beginner/learner of CSS & PHP. Recently I've created a website by help of Wordpress theam. But there have some advertisement (see attachment) in header and sidebar. I want to remove them. How can i do this easily. Please help.
thank you
ehsan munna
Re: Want to remove Ads from website
If it is a free host you can't it would be against the terms of service.
Edit:
However, you could possibly create your own site offline using Dreamweaver, etc then host it on the free host. Doing this wont have the annoying ads.
Re: Want to remove Ads from website
Whether or not the host is free is irrelevant, but you will need to check your host's Terms of Service - you may not be allowed to remove those ads. If however you are not required to keep them, the files that make up a WordPress theme are found in the wp-content/themes/[themeName]/ directory. The ad at the top is probably in the header.php file, and the side ads may be in sidebar.php.
Re: Want to remove Ads from website
If it's the host doing the adverts rather than wordpress, it's possible through CSS (look at adblock for firefox...but not sure if you can implement it into the site or just the browser)