WP Random Thumbs Ver1.0

Discussion in 'WordPress' started by jon0704, Jul 19, 2008.

  1. #1
    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
     
    jon0704, Jul 19, 2008 IP