Cette extension n’a pas été testée avec plus de trois mises à jour majeures de WordPress. Elle peut ne plus être maintenue ou supportée et peut avoir des problèmes de compatibilité lorsqu’elle est utilisée avec des versions de WordPress plus récentes.

Post Images Gallery

Description

This plugin creates a widget that shows a gallery of all the images in a post.

Captures d’écrans

  • Frontend
  • Backend

Installation

  1. Download the plugin.
  2. Upload it to /wp-content/plugins.
  3. Activate it in the administration area of your wordpress blog.
  4. Put it in a widget ready theme in the administration area of your wordpress blog.
  5. Make sure to fill in the widget title and the thumbnail width an height there too, else it will not show a title and it will show the images in original size.
  6. If you don’t have a widget ready theme, you can use <?php postimg_widget($args) ?> in your theme file. I’m working on detecting if the widget is in a widget-ready theme and add some styles to the non-widget theme then.
  7. To Do: Add support for all the mayor javascript frameworks (i.e. prototype, mootools).

Avis

Il n’y a aucun avis pour cette extension.

Contributeurs/contributrices & développeurs/développeuses

« Post Images Gallery » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

Traduisez « Post Images Gallery » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal des modifications

1.7

  • Fixed typo in directory structure

1.6

  • Small bugfix

1.5

  • Fixed a minor bug

1.4

  • Fixed a minor bug

1.3

  • Added the option to use the widget with a non-widget ready theme

1.2

  • Fixed some more minor bugs

1.1

  • Fixed some minor bugs

1.0

  • Launch of the plugin