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.
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.
Last edited by Nightwalker83; Jan 1st, 2011 at 05:31 AM.
Reason: Adding more!
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu. https://get.cryptobrowser.site/30/4111672
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.
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)