Title: Gallery Slice
Author: honza.skypala
Published: <strong>مئی 17, 2014</strong>
Last modified: اگست 18, 2016

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/gallery-slice/assets/icon-256x256.jpg?rev=971667)

# Gallery Slice

 منجانب [honza.skypala](https://profiles.wordpress.org/honzaskypala/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/gallery-slice.1.3.3.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/gallery-slice/#description)
 * [جائزے](https://ur.wordpress.org/plugins/gallery-slice/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/gallery-slice/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/gallery-slice/#developers)

 [معاونت](https://wordpress.org/support/plugin/gallery-slice/)

## تفصیل

The standard gallery in WordPress has one limitation — it always shows all the pictures
in the gallery. I know there are alternative galleries available, which support 
pagination, but I never thought this is a good approach. The reader never wants 
to see n-th page of the gallery — if the first page got his attention, then he wants
to see all of the rest, not split into pages anymore. At least, this is how I see
it.

So, if you run a blog, on which you publish huge galleries with many many many pictures,
maybe you want to show only preview of the gallery on archive pages (homepage, categories,
archives etc.), so the individual posts are not too long. The gallery-preview then
contains a link, which loads the rest of the gallery if the reader wishes so, via
Ajax. Well, this plugin brings exactly that, all with standard WordPress gallery.

Single posts are untouched, they still show full galleries, at least for now.

You can reach similar functionality just by creating two galleries and putting the
<!–more–> tag in between them — and the archive page shows only the first gallery,
while single post shows the whole gallery. But, this plugin has several advantages:
it can be set and forget, and then the plugin automatically applies it for every
post/gallery published. If the gallery is followed by another text, then this text
is still displayed on the archives page. Loading of the rest of gallery is handled
by Ajax (with fallback to single-post URL if Ajax fails).

In options, you specify two values: first one threshold — amount of images, if the
gallery exceeds this many, it is sliced into a preview. This is the second value,
how many images should be shown in a preview. This allows to have 2 different values
for that, e.g. 9 images for preview, but 12 images for threshold, which makes some
flexibility, that if the gallery is 10 images big, then it is not shortening by 
jsut one image. Anyway, you can also specify the same values, if you wish.

These two values are specified on three levels: global (per blog), per post and 
per gallery tag. You can also specify not to slice a gallery in specific post, resp.
not to slice a specific gallery.

Plugin supports several lightbox implementations.

### لائسنس

WTFPL License 2.0 applies

    ```
               DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                       Version 2, December 2004

    Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

    Everyone is permitted to copy and distribute verbatim or modified
    copies of this license document, and changing it is allowed as long
    as the name is changed.

               DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
      TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

     0. You just DO WHAT THE FUCK YOU WANT TO.<h3>ToDo's</h3>* enable plugin to work in opposite manner - do not automatically slice down galleries, but only on posts / tags where the downto attr is set
    ```

* re-check WP-Minify on possibility to use the compiled JS files (internal)
 * enable
slicing w/ Ajax loading on single posts

## اسکرین شاٹس

 * [[
 * Gallery of many pictures sliced-down to only 9 thumbnails. Link "Full gallery”
   added via which the user can get the rest of gallery, using Ajax
 * [[
 * Plug-in settings

## انسٹالیشن

 1. Upload the full directory to wp-content/plugins
 2. Activate plugin Gallery Slice in plugins administration
 3. You can modify the settings of the behaviour in Settings  Media

## عمومی سوالات

You can specify the options on three levels — globally, per post or even per individual
gallery.

For global options, please go to Settings  Media, section Gallery Slice

For per post options, when you create a new post, there will be a new block Gallery
Slice, usually displayed in the bottom right. The settings you specify here apply
only to the actual post, not to the other ones.

For specifying options per individual gallery, you use new attributes in the gallery
shortcode:

 * sliceto — the amount of thumbnails, to which the gallery should be sliced to
 * noslice — do not slice down this gallery (even if threshold reached). Attribute
   without value
 * link2full — text for the hyperlink to load rest of the gallery

Examples:

    ```
    [gallery noslice]
    [gallery sliceto="6" link2full="Show the rest"]
    ```

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Gallery Slice” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ honza.skypala ](https://profiles.wordpress.org/honzaskypala/)

[“Gallery Slice” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/gallery-slice)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/gallery-slice/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/gallery-slice/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/gallery-slice/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/gallery-slice/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.3.3

 * Bug-fix

#### 1.3.2

 * Bug-fixes and warning-fixes

#### 1.3.1

 * Fix for compatibility with PHP 5.3

#### 1.3

 * Support for slicing of galleries created by my other plugin [rajce-embed](https://wordpress.org/plugins/rajce-embed/)

#### 1.2.1

 * Compatibility with [JetPack](https://wordpress.org/plugins/jetpack/) plugin [Mobile Theme](http://jetpack.me/support/mobile-theme/)

#### 1.2

 * Loading animation option integrated with WordPress Media Library
 * Added some missing strings to i18n
 * Smaller fixes and optimizations

#### 1.1

 * Loading animation added; user can specify his own loading gif in the options

#### 1.0

 * Initial release

## میٹا

 *  Version **1.3.3**
 *  Last updated **10 سال پہلے**
 *  Active installations **20+**
 *  WordPress version ** 3.9 یا اس سے جدید **
 *  Tested up to **4.6.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/gallery-slice/)
 * Tags
 * [ajax](https://ur.wordpress.org/plugins/tags/ajax/)[gallery](https://ur.wordpress.org/plugins/tags/gallery/)
   [image](https://ur.wordpress.org/plugins/tags/image/)[images](https://ur.wordpress.org/plugins/tags/images/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/gallery-slice/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/gallery-slice/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/gallery-slice/reviews/)

## شراکت دار

 *   [ honza.skypala ](https://profiles.wordpress.org/honzaskypala/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/gallery-slice/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://www.honza.info)