Hi fellow DPer's I have made a simple plugin to display a table of random article thumbs. Sample : www.geekiegadgets.com : left column & @ archive pages bottom 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â€)) { random_thumbs_table($rows,$cols); } ?> Code (markup): NOTE : do not forget to replace the $rows and $cols arguments with actual numbers Plugin Link : Wordpress Random Thumbnails if you have downloaded and used the plugin we could use this thread to discuss bugs or suggestions hope you guys will like it
lemme be the first here to thank you for this plugin anyways, i have trouble to implement it to my future wp blog (not yet uploaded), it uses the same template as this: http://www.bestcssgallery.com now i want to know how can i randomize the posts on the homepage of the blog without messing the theme functions... thanks in advance for any replies
Great plug-in I can use this for one of my tech blogs. I am actually interested in a simple plug-in that will display at the bottom of the post a link to a random post . Any ideeas ? Thanks
lachrymologist : try this... this is a simple solution. upload and activate the plugin on the index.php of your theme locate : <?php get_header(); ?> replace with : <?php get_header(); ?> <?php lazyjon_random_posts(); ?> this will replace the default posts query with a random post query I am a bit new at wordpress, thats the best solution i can think of now hope it helps... please update us... if it works websurfpro : do you want just random posts link to be : text links or thumbnails ?
ravi2288, did u try the ver1.0 ? here http://www.lazyjon.com/2008/07/wordpress-random-thumbnails-plugin-ver10/ I am still using it on www.geekiegadgets.com and it is still working ( wordpress 2.7) let us know