how to get plupload_image order?
-
The ability to sort plupload_images in the admin area by drag and drop is very nice, but how do I get the images in the sorted order in the front end?
Using either
$images = rwmb_meta( 'my_image', 'type=image', $post->ID );
or
$images = get_post_meta( $post->ID, 'my_image', false );
returns the images in upload order.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘how to get plupload_image order?’ is closed to new replies.