Wordpress plugin to display a table of random article thumbs. It will automatically detect images embeded on posts then generate thumbnails for a gallery type display. Sample : www.geekiegadgets.com : left column and bottom of the pages Installation Upload the “wp-random-thumbs†folder to the wordpress “plugins†folder activate the plugin in your admin panel insert this code in you theme where you want the thumbnails to appear <?php if(function_exists(â€random_thumbs_tableâ€)) { $temp= $wp_query; random_thumbs_table($rows,$cols); $wp_query=$temp; } ?> Code (markup): NOTE : do not forget to replace the $rows and $cols arguments with actual numbers Plugin Link : Wordpress Random Thumbnails ver1.0 if you have downloaded and used the plugin we could use this thread to discuss bugs or suggestions Alternatively, you could also use our plugin support forum