Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

WP Columnize

Opis

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.

Instalacija

  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

ČPP

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.

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“WP Columnize” is open source software. The following people have contributed to this plugin.

Doprinositelji

Prevedi “WP Columnize” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

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