Comment on Google AdSense Rounded Corners by SEO Dave.

AdSense Rounded Corners Replacing the banner with an AdSense ad unit.

Removing the banners is really easy, edit the landscape-images.php and delete everything.

Easiest way to ad an AdSense content ad unit that matches the theme would be to create an ad the size you want (468 x 60 ad unit would work) for one of the other content ad units on the theme, view source of a page and copy the code to the landscape-images.php file.

Or copy the code below and add your Google AdSense pub id :-)

<div style="text-align:center; padding-bottom:10px;">
<script type="text/javascript">
google_ad_client = "pub-111111111111";
google_alternate_ad_url = "";
google_ad_width = "468";
google_ad_height = "60";
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "4D4D4D";
google_color_text = "4D4D4D";
google_ui_features = "0";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>

Also edit adsense.php and disable one of the content ads so only three are shown (your custom one and two from the theme). If you disable the bottom content ad take into account you’ll have to disable it several times as the ad can be formatted differently for different types of pages (archives etc…)

David