'0,18446744073709551615', 'width' => '150px', 'height' => '120px', 'gallery' => '1', 'slideshow' => '0', ), $atts ); $limit = $a['limit']; $width = $a['width']; $height = $a['height']; $gallery = $a['gallery']; $slideshow = $a['slideshow']; global $wpdb; global $ald_image_table; $results = $wpdb->get_results( "SELECT * FROM $ald_image_table where gallery_id = $gallery order by img_id desc limit $limit "); ?>