Thanks everyone for the reply’s. Even you Draconic 😉
Hi mogenssejer,
Look for something like this in your sidebar code:
<li><h2>Categories</h2>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
</ul>
</li>
Once you find it copy it and paste it back in where you want the adsense to appear on the sidebar. Put in the name of the adsense section where “Categories” is (or just delete it) then delete what’s between the “ul” tags and put your adsense code in there.