For you experiencing error on my blog yesterday, I’m very sorry. I was hacking on AdSense Deluxe plugin. I was trying to add an option to add default add block to each single page (single.php). It was pretty trivial. What hard is the process of adding option. You need to jump into several function to get your option displayed. But it’s now done. My AdSense Deluxe is now capable of adding default ad block to each single page. This way I dont need to add the adsense tag to each post on which I consider as bothering. Now, I can jsut do my bloggin as usual without worrying about adding adsense tag into my post to get my adsense displayed.
Wait a second.. What’s the point of the hack then. It’s more like I’m reverting into what inspired AdSense Deluxe back there. Darn. Ah, what the heck. At least now I can have the ad management feature offered by AdSense Deluxe :p
coba tulis ulang post ini menggunakan bahasa indonesia, keluar gag iklan adsense yang berwarnanya
kurang kerjaan kaleee nulis ulang post ini .. cari aja post yang bahasa indonesia doang, trus klik, ada iklannya gk? :p paling keluar iklan layanan masyarakat. klo gk gitu iklan dari negeri jiran
If you just edited your Single Post template to add:
<?php adsense_deluxe_ads(’my_AdBlock_name’); ?>
where you want the ads to appear, you shouldn’t have to modify the plugin in anyway. Or?
If you leave the parameter to that function empty it returns the designated default ad block. But I’d suggest defining a special ad block for “singletons” and reference that one.
-wayne
@Wayne: The main reason behind my modification is there are multiple themes in my site. I don’t want to be bothered by modifying each single.php. In fact I hate to do that for any kind of plugin. That’s why I came out with my modification
[...] November 18, 2005 @ 12:50 am · Filed under Dev Hours This time I added “always add default AdSense to RSS (feed)” feature. This is as easy as adding “always add on single post/page” feature I did yesterday. I was once confused why the heck my new feature doesn’t work. I laugh at myself when I found the RSS related stuff is still disabled in original AdSense Deluxe. After commenting out the code I finally have the new feature running. For you subscribing my feed, please welcome my adsense . As always, you can grab the latest code here. Sheesh, being stressed is indeed not fun at all . Well, thanks to the code I can make myself sleepy now :p. Popularity: 1% [...]