WP Columnize is a plugin wordpress extraordinary, you can simply create your pages or articles, a presentation of the most successful. It may be useful during a product presentation, plugin or other events such as a new version of a blog, using the columns and clean the space in your article.
You can easily custom requiring a code css to give the effect of column. A simple change to customize the display and thus integrate it cleanly and efficiently in your theme. You will find an example here.
WP Columnize elegantly dressed your items in one column, two or a hundred. Also note that the plugin does not slow in any case your blog does not add any external function, it works with CSS tag.


Thank you for an article so nice!
Nothing, thank you for this excellent plugin!
Does this plugin is available "on demand"? That is, only for certain tickets?
Of course, you just insert these tags in your article:
[column][col-sect]
your text
[/ column] [column]
your text, column 2
[/ column]
[/ col-sect]
So I'll adopt it as the result on your blog is very class I think. Thank you!
William thank you! Do not forget to insert the code in your CSS style sheet, otherwise the plugin will not work.
WP Columnize: Columns in your articles ...
WP Columnize is an extraordinary wordpress plugin, you can simply create your pages or articles, a presentation of the most successful. It may be useful during a product presentation, plugin or other ...
I can not get this plugin, certainly because of the CSS code that I insert evil. Someone could tell me what I should add to style.css and how please?
Thank you in advance.
Simply put the following code in your CSS file.
div.column-sect {
clear:both;
width:600px;
display:inline-block;
overflow:auto;
}
div.post-column (
display: inline;
float: left;
margin-right: 17px;
text-align: justify;
width: 45%;
)