Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

WP Columnize

Beschreibung

Easily create multiple columns within your posts and pages for a newspaper/magazine-style layout. Post and page columns are easily styled with two CSS classes and two custom quicktags which are created automatically upon plugin installation.

Installation

  1. Upload the wp_columnize folder to the your plugins directory, typically /wp-content/plugins/.
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress

FAQ

Does it work using the Visual Editor?

Yes, except you’ll have to manually type the column quicktags, [col-sect] and [column]
and their corresponding closing tags.

Do you provide support for the plugin?

Yes! Just drop a line on the plugin site in the comments section.

I don’t know much about CSS…

The plugin homepage provides an example of styling to use.

Rezensionen

There are no reviews for this plugin.

Mitwirkende & Entwickler

„WP Columnize“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „WP Columnize“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • encapsulate code within mishWPColumnize() Class
  • added ability to add custom class and id attribites to columns
  • fixed erroneous auto-formatting around columns
  • updated quicktags to work with the new Quicktag API