• ResolvedPlugin Author demur

    (@demur)


    it affects the maximum number of files that can be outputted via direct ID definition (now it’s only five ;-))

    file /inc/class-gallery.php
    line 491
    ‘posts_per_page’ => -1,
    OR
    just put like before-used on line 378
    'numberposts' => -1,

    https://wordpress.org/plugins/document-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author demur

    (@demur)

    Also to make the order (in accordance to the posted manual)

    Order is defined by the order the ids are provided.

    You have to add to the file /inc/class-gallery.php at line 492 parameter
    'orderby' => 'post__in',

    Plugin Author demur

    (@demur)

    another typo
    file /admin/class-admin.php at line 66
    ‘css’, __(‘Custom CSS’, ‘document-gallery’),

    Plugin Author Dan Rossiter

    (@danrossiter)

    Good eye!

    I have to say, I really appreciate the detail in your bug report. I wish they were all like this.

    I’ve promoted version 2.0.8 which should resolve all three issues.

    Thanks!
    -Dan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Please correct the typo’ is closed to new replies.