Title: Columnizer
Author: TristanChambers
Published: <strong>5 בספטמבר 2012</strong>
Last modified: 7 בספטמבר 2012

---

חיפוש תוספים

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

תוסף זה **לא נבדק ב-3 הגרסאות הראשיות האחרונות של וורדפרס**. ייתכן והתוסף כבר לא
מתוחזק או נתמך על ידי יוצריו, וייתכן שיהיו לו בעיות תאימות בגרסות וורדפרס עדכניות
יותר.

![](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://he.wordpress.org/plugins/columnizer/#description)
 * [סקירות](https://he.wordpress.org/plugins/columnizer/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/columnizer/#installation)
 * [פיתוח](https://he.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.

## סקירות

There are no reviews for this plugin.

## מפתחים

"Columnizer" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

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

[ניתן לתרגם את "Columnizer" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/columnizer)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/columnizer/), ראו את הקוד
ב-[SVN repository](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**
 *  Last updated **לפני 14 שנים**
 *  Active installations **70+**
 *  WordPress version ** 3.0 ומעלה **
 *  Tested up to **3.4.2**
 *  שפה
 * [English (US)](https://wordpress.org/plugins/columnizer/)
 * Tags
 * [column](https://he.wordpress.org/plugins/tags/column/)[columns](https://he.wordpress.org/plugins/tags/columns/)
   [layout](https://he.wordpress.org/plugins/tags/layout/)[pages](https://he.wordpress.org/plugins/tags/pages/)
   [shortcode](https://he.wordpress.org/plugins/tags/shortcode/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/columnizer/advanced/)

## דרוגים

 4 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=5)
 *  [  1 4-star review     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/columnizer/reviews/?filter=1)

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

[See all reviews](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)