Forum Replies Created

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

    (@michalsvorc)

    My bad,

    function wp_loop_change_order($query) {
        $query->set('orderby', 'menu_order');
    }
    add_action('pre_get_posts', 'wp_loop_change_order');

    in my child theme was interfering with image order on admin page. Strange that it was not affecting type ‘thickbox_image’ and ‘image’, took me a while to find the culprit. Again, sorry for not testing it first, loving this plugin, keep up good work.

    Thread Starter Michal Svorc

    (@michalsvorc)

    Hi Anh,
    I could not reproduce this issue on fresh WP install, so plugin is ok. I should’ve done that test first, sorry for that.

    So I’m guessing something is colliding with it on my installation. Code is the same as in demo.php, no changes in fields array and other fields are working fine.

    I’m going to investigate it further and let you know what was the issue.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)