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 [...]