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

Featured Image Gallery Widget

Описание

Widget areas are great opportunities to stimulate content discovery on your site. The featured image gallery widget makes this process visual, automatically showing the featured images for all of the posts on a given view (archives, taxonomy terms, etc.) in one place. The widget is only displayed on views with multiple posts, and uses the same styling as the core gallery widget.

Скриншоты

  • Two-column featured image gallery widget in a custom theme’s sidebar.
  • Three-column featured image gallery widget in the Twenty Fourteen theme’s content sidebar.

Установка

  1. Take the easy route and install through the WordPress plugin installer OR
  2. Download the .zip file and upload the unzipped folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Add the widget to your sidebar or footer

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

Not Linking to Post

The images within the gallery will typically link to the post where they’re featured. This only works when the image is uploaded to the post. Images that are selected from the media library (previously uploaded elsewhere) when being featured are not «attached» to the post, and will not link back to the post in this widget.

Gallery Display Issues

This plugin relies on core and theme gallery markup and styling. If your theme does not display the gallery well, ask your theme author to implement support for the core gallery widget. You can also customize the display by adding additional CSS in the customizer.

Hiding Captions

To hide captions, paste this CSS into the «Additional CSS» editor in the customizer:

.widget_featured_image_gallery_widget .gallery-caption {

    display: none;

}

Отзывы

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

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

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

Участники

Перевести «Featured Image Gallery Widget» на ваш язык.

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

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

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

1.0

  • Initial release.