first wordpress plugin submission.

So today I had to write a plugin for wordpress. I don’t personally use wordpress a lot. I like my drupal CMS which gives me better control. But none-the-less wrote a plugin to allow for inclusion of one post from within another post by simply adding the [include id=post_id] into the content of the other post.

Where this is useful is if you have some static content that you’d like injected into several other posts such as tips etc. You can create a post, make it private and include that post using this plugin. When the tip, changes you can edit the post and it will propagate to all the posts that refer this particular tip. Pretty cool eh 😉

Plugin was submitted and approved by wordpress. Can be found here:

http://wordpress.org/extend/plugins/wp-include-posts/

Cheers,
Thusjanthan Kubendranathan

Leave a Reply