pusaqall said
Good job. Is it possible to use on any themes available here?![]()
As far as I know, you can use it with any theme, you just need to enter your columns container width settings for example so columns can fit correctly into your theme and that’s it. 
Yes, you can use it, but please just keep all the files (readme, licence etc.), along with me as original author 
Hello mates, I want to introduce you my new WordPress columns plugin which can be used to add multiple columns into your post without “shortcodes”, trough GUI .
I will appriciate your feedback.
Hi,
Does anyone know how can I modify wordpress post output for images. I want to modify HTML code from this:
<p style="text-align: justify;">
<a rel="attachment wp-att-1" href="http://localhost/my-wp/some-post/">
<img width="448" height="194" alt="" src="http://localhost/wp-show-off/wp-content/uploads/2012/02/golden_retriever_puppy-wide-448x194.jpg" title="some-title" class="alignnone size-medium wp-image-1" />
</a>
</p>
...to something like this:
<p style="text-align: justify;">
<a rel="attachment wp-att-1" href="URL_TO_FULL_SIZE_IMAGE">
<img width="448" height="194" alt="" src="http://localhost/wp-show-off/wp-content/uploads/2012/02/golden_retriever_puppy-wide-448x194.jpg" title="some-title" class="alignnone size-medium wp-image-1" />
</a>
</p>
Cheers
PS, I don’t know how to beautify this post, sorry about that.
