Opis
A shortcode which shows an gallery of downloadable images. The basic idea was to have an easy way to make some images available for download.
For a working demo see: http://plugins.funsite.eu/downloadable-gallerie/
shortcode
[downloadable_images taxonomy="gallery" slug="wallpaper"]
The default for taxonomy is gallery, the default slug is „wallpaper”. So the above could also be used as
[downloadable_images]
I use this plugin together with „Enhanced Media Library” (https://wordpress.org/plugins/enhanced-media-library/) which enables a taxonomy on the
media library (besides other features)
This plugin implements a custom thumbnail size of 300px width so probably you will have to regenerate thumbnails too. As a minimum for the
photo’s shown if they are already uploaded. New uploaded photo’s will generate this thumbnail automatically.
Zrzuty ekranu
Instalacja
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Aktywuj wtyczkę w WordPressie w menu 'Wtyczki”
- Add the shortcode to a page.
- regenerate thumbnails for the photo’s which you want to show.
Najczęściej zadawane pytania
- Why??
-
I wanted to share some of my work as wallpaper and needed a simple and easy way to do this.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„downloadable gallery” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “downloadable gallery” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.3
Some changes to the basic_plugin_class which, regretfully, isn’t allowed to have it’s own plugin anymore.
1.2
fixed some minor bugs
1.1
- rewrote the plugin to a classbased version avoiding clashes with other plugins
- made it translatable and added a dutch translation
- removed the fontello font and replaced it with an wordpress dashicon.
1.0
- First release