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

DVS Slider

Описание

Uses custom post types to manage slider items, shortcode to insert.

Скриншоты

  • Sample result
  • Slider image management
  • Inserting new slider image
  • Using slider shortcode

Установка

This section describes how to install the plugin and get it working.

  1. Upload dvs-slider directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. (Optionally) Create image size for slider: Place add_image_size('for_slider', 600, 400, true); in your template’s functions.php to create an image size for slider. Name it whatever you want. You may also change width and height. Note: To enable post thumbnails, the current theme must include <?php add_theme_support( 'post-thumbnails' ); ?>
  4. From Settings -> Dvs Slider, enter image size name. This image size will be used while fetching slider images.
  5. Using Dvs Slider Images menu, create slider items. Don’t forget to enter caption, link, order and featured image.
  6. Use shortcode [dvs_slider] in your page/post/etc to insert slider.
  7. Published slider images will be shown in slider in order.

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

Does it really need WordPress 3.5 to work?

I don’t know, I haven’t tested it. Probably it’ll work with 3.x versions.

How can i modify initial slider options etc… ?

js/init.js -> you may change nivoSlider default options
partials/slider.php -> actual slider template

Отзывы

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

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

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

Участники

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

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

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

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

1.0

  • Initial commit