Title: Columnizer
Author: TristanChambers
Published: <strong>5. september, 2012</strong>
Last modified: 7. september, 2012

---

Søg plugins

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

Dette plugin **er ikke blevet testet med de seneste 3 større udgivelser af WordPress**.
Det vedligeholdes eller understøttes muligvis ikke længere og kan have kompatibilitetsproblemer,
når det bruges med nyere versioner af WordPress.

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

# Columnizer

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

[Download](https://downloads.wordpress.org/plugin/columnizer.zip)

 * [Detaljer](https://da.wordpress.org/plugins/columnizer/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/columnizer/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/columnizer/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/columnizer/#developers)

 [Support](https://wordpress.org/support/plugin/columnizer/)

## Beskrivelse

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.

## Installation

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.

## Anmeldelser

Der er ingen anmeldelser for denne widget.

## Bidragsydere & udviklere

“Columnizer” er open source-software. Følgende personer har bidraget til dette plugin.

Bidragsydere

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

[Oversæt “Columnizer” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/columnizer)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/columnizer/), tjek [SVN repository](https://plugins.svn.wordpress.org/columnizer/),
eller abonner på [udviklerloggen](https://plugins.trac.wordpress.org/log/columnizer/)
via [RSS](https://plugins.trac.wordpress.org/log/columnizer/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **3.3.1.150**
 *  Senest opdateret **14 år siden**
 *  Aktive installationer **60+**
 *  WordPress-version ** 3.0 eller højere **
 *  Testet op til **3.4.2**
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/columnizer/)
 * Tags
 * [column](https://da.wordpress.org/plugins/tags/column/)[columns](https://da.wordpress.org/plugins/tags/columns/)
   [layout](https://da.wordpress.org/plugins/tags/layout/)[pages](https://da.wordpress.org/plugins/tags/pages/)
   [shortcode](https://da.wordpress.org/plugins/tags/shortcode/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/columnizer/advanced/)

## Bedømmelser

 4 ud af 5 stjerner.

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

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

[Se alle anmeldelser.](https://wordpress.org/support/plugin/columnizer/reviews/)

## Bidragsydere

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

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/columnizer/)

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](https://github.com/tristanchambers/WP-Columnizer/wiki)