Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Image

WP Columnize

Опис

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.

Постављање

  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

ЧПП

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.

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„WP Columnize“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „WP Columnize“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

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