Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter fisherhu

    (@fisherhu)

    I have found this:

    'categories' => array(),
          'limit' => 3,
          'ul_class' => '',

    Replacing the limit 3 to 30 did the trick.

    And where, exactly, did you find this code? I have been unable to locate the file that contains it.

    You can find the code in:

    shortcodes.php

    Hello fisherhu,

    I suggested this feature a while back and should have used an unlimited limit as default. Your method does work, but I highly suggest against editing the plugin files. Because, when the plugin is updated, your changes will be overwritten.

    Instead, I suggest to implement it through the shortcode.
    [mediacategories limit="30"]

    Regards,
    Evan

    Hello this is undocumented, but implemented.
    I am using 1.0.8

    Plugin Author merganser

    (@merganser)

    This will be fixed in the next version and default to unlimited.

    Adding [mediacategories limit=”#”] to the shortcode doesn’t produce any results…

    Edit:

    This seems to be a bug in the shortcodes.php file, see here.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Media Library Categories] Only three item listed’ is closed to new replies.