I’m into writing a plugin for Wordpress, and so let me just share here how easy it is to actually create one.
For an example, we’re going to write a plugin that will insert a Google Adsense to our blog post.
From our Wordpress installation directory, create a file named google_adds.php in the wp-contents/plugins/ directory and add [...]

