Adsense instead of -more- tag?
Here is my first adsense placement idea for my posts. I edited one of the files in wp-includes folder to replace the <!–more–> tag in wordpress with an adsense bar. The reason I wanted this was not to go through process of adding adsense each time I post.
I first thought I had to change the tinyMCE files to do this so I have to check and test every one of the related files. The solution was simpler than I thought. You just need to find the post-template.php file in your wp-includes folder and change the code on line 98.

You can place any html code you want between <span id=”more-’.$id.’”> and </span>. After you click on the more link, you will see that the full post now contains an adsense banner in that place. Now I am looking for another place on my blog to place my next adsense for content bar. If anyone has any idea where I can get high CTR numbers, please feel free to comment. And don’t forget, since I am using the dofollow trackbacks plugin, if you talk about this hack on your blog, You will get a backlink in return!
PS: This wp-hack got me lots of new plugin ideas, but first things first right? When everyone thought there is no plugin left to write for wordpress ![]()


