• Resolved teuunn

    (@teuunn)


    Hi all,

    i’m using the Super Zoom Gallery plugin for my gallery, but the order i set doesn’t seem to work. I tried a lot, pls help me out!

    Greetz

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter teuunn

    (@teuunn)

    I fixed it already! If it doenst work, edit the

    superzoomgallery.php

    and search for:

    public function generate_gallery($atts, $the_content = null) {
    	  global $post;
    	  $content = '';
    	  $files = get_children('post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image')'

    Add on the last line &orderby=menu_order to get:

    public function generate_gallery($atts, $the_content = null) {
    	  global $post;
    	  $content = '';
    	  $files = get_children('post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&orderby=menu_order')'

    Teuunn,

    Thank you very much!

    I will include your fix in the next release.

    Kind regards,

    Niels Doorn

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Super Zoom Gallery order doesn't work’ is closed to new replies.