Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Ninja Columns

Описание

This plugin is currently aimed at developers so it doesn’t come with any CSS or JavaScript, it just ads the DIVs for the columns, the rest is up to the developer’s imagination. This will allow developers to easily add column functionality to custom WordPress implementations.

Usage

How do users use it?

To split the content into columns, you simply add the shortcode [columnbreak] where you want the one column to end and the next one to start.

It will add a container around the columns with the class ‘ninja_columns’ and the class ‘colsid_{post-id}’ that will allow you to target the post or page specifically.

Установка

  1. Copy the PHP file from the zip file into your WordPress «plugins» folder.
  2. Log in to your installation of WordPress.
  3. Go to the «Plugins» menu and activate the plugin called «Ninja Columns»
  4. Enjoy!

Часто задаваемые вопросы

Where is a good place I can ask questions about this plugin?

The best place would be on the plugin development page at the following location: http://blog.ninjasforhire.co.za/99/ninja-columns-wordpress-plugin/

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Ninja Columns» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Ninja Columns» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • First Version of the plugin.