Title: Columnizer
Author: TristanChambers
Published: <strong>05.09.2012</strong>
Last modified: 07.09.2012

---

Поиск плагинов

![](https://ps.w.org/columnizer/assets/banner-772x250.jpg?rev=595961)

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://s.w.org/plugins/geopattern-icon/columnizer_aaaaaa.svg)

# Columnizer

 Автор: [TristanChambers](https://profiles.wordpress.org/tristanchambers/)

[Скачать](https://downloads.wordpress.org/plugin/columnizer.zip)

 * [Детали](https://ru.wordpress.org/plugins/columnizer/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/columnizer/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/columnizer/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/columnizer/#developers)

 [Поддержка](https://wordpress.org/support/plugin/columnizer/)

## Описание

Columnizer is a jQuery based WordPress plugin that formats your content into columns.
All you need to do is embrace your content in a single set of shortcodes denoting
the number of columns you’d like. Like this:

    ```
    [threecolumns]
    Lorem ipsum...vitae nunc.
    Curabitur fringilla...consectetur arcu.
    Proin id...pretium eros.
    etc...
    [/threecolumns]
    ```

The rest is taken care of for you. Just write out the number of columns (up to twelve)
followed by the word ‘columns’ with no space (as above) and your column formatting
needs will be satisfied most splendidly. Other column plugins need you to divvy 
up the content between sets of tags. Columnizer does it for you!

To customize the margins between columns edit _columnizer.css_. Alternatively you
could override the rules in your own css file by adding an extra level of hierarchy.
Something like this:

    ```
    #main #columnizer .first div {
        margin-right: 8px; /*changed spacing to 8px*/
        margin-left: 0 !important;
    }
    #main #columnizer .last div {
        margin-left: 8px; /*changed spacing to 8px*/
        margin-right: 0 !important;
    }
    #main #columnizer .column div {
        margin-left: 8px; /*changed spacing to 8px*/
        margin-right: 8px; /*changed spacing to 8px*/
            border-left: 1px solid grey; /*new rule to add slick dividers*/
            border-right: 1px solid grey; /*new rule to add slick dividers*/
    }
    ```

WP Columnizer is based on the jQuery plugin «Columnizer» by Adam Wulf.

## Установка

To install the plugin simply download the zip file. Then extract the directory into
wp-content/plugins/ Next go to the plugins page on the WordPress admin panel and
enable Columnizer. Once enabled you may begin using the plugin by inserting sets
of short codes in your content.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Columnizer» — проект с открытым исходным кодом. В развитие плагина внесли свой 
вклад следующие участники:

Участники

 *   [ TristanChambers ](https://profiles.wordpress.org/tristanchambers/)

[Перевести «Columnizer» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/columnizer)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/columnizer/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/columnizer/), или подпишитесь
на [журнал разработки](https://plugins.trac.wordpress.org/log/columnizer/) по [RSS](https://plugins.trac.wordpress.org/log/columnizer/?limit=100&mode=stop_on_copy&format=rss).

## Мета

 *  Версия **3.3.1.150**
 *  Обновление: **14 лет назад**
 *  Активных установок: **70+**
 *  Версия WordPress ** 3.0 или выше **
 *  Совместим вплоть до: **3.4.2**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/columnizer/)
 * Метки:
 * [column](https://ru.wordpress.org/plugins/tags/column/)[columns](https://ru.wordpress.org/plugins/tags/columns/)
   [layout](https://ru.wordpress.org/plugins/tags/layout/)[pages](https://ru.wordpress.org/plugins/tags/pages/)
   [shortcode](https://ru.wordpress.org/plugins/tags/shortcode/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/columnizer/advanced/)

## Оценки

 4 из 5 звёзд.

 *  [  1 5-звездный отзыв     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=5)
 *  [  1 4-звездный отзыв     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=4)
 *  [  1 3-звездный отзыв     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/columnizer/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/columnizer/reviews/)

## Участники

 *   [ TristanChambers ](https://profiles.wordpress.org/tristanchambers/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/columnizer/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://github.com/tristanchambers/WP-Columnizer/wiki)