Hi.. I am using word press Blog for some time ...i have come across situation to use different Google Ads sizes for different Categories...On the same site ...Can some one help me PHP CODE for the same Application.... Thanks In Advance
If your site is small check out hana code insert. You can manually manage a lot of different ads and their placment and sizes with the quick codes. If you are looking to insert ads on the category pages and not in the text or to have them auto display in your side bar as each different category of content is selected then it won't work.
i tried using that but when i use that there where some missalignment problems...in wordpress ....so i am looking for some php code to do that ...........
You can use wordpress conditional tag called is_category('9') , where 9 is the category id. Example: <?php if ( (in_category('9')) ) { // your adsense code here } else { // default adsense code } ?>