Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

weGallery

Opis

If you are looking for a simple, easy to use and lightweight gallery plugin, We Gallery is here for that. It’s the only gallery plugin you’ll need.

Features

  • Lightweight and intuitive UI
  • Display media grid
  • Flexslider included for slider display
  • Bulk image uploader and WordPress 3.8 UI compatible
  • Developer friendly

We Gallery is a modern image gallery for WordPress that leverages WordPress aesthetics. No bulky features, no extra database tables. Simply it uses the built-in WordPress post type support and enables you a sleek and rich gallery experience.

Contribute

For feature improvements, please fork the Github repository. Contributions are always welcome 🙂

Author

Tareq Hasan from weDevs

Snimke zaslona

  • Create a new gallery
  • Update image details
  • Gallery List
  • Gallery shortcode builder - grid
  • Gallery shortcode builder - slider
  • Grid Display
  • Slider Display
  • Image popup

Instalacija

Display a gallery

To display a gallery, you can use any of the following methods:

In a post/page:
Simply insert the shortcode below into the post/page.

[wegallery id="1"]

In your theme:
To insert a gallery in your theme, add the following code to the appropriate theme file.

<?php if ( function_exists( 'wegal_show_gallery' ) ) { wegal_show_gallery( 1 ); } ?>

ČPP

Nothing here yet!

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“weGallery” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “weGallery” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.1 (24 October, 2016)

  • Fixed the compatibility with underscore template in image details editor

1.0 (24 October, 2016)

  • Fixed the compatibility with underscore template

0.1

  • Initial release.