search
top

WordPress Random Thumbnails plugin ver1.0


We are glad to announce our latest upgrade WordPress Random Thumbnails plugin ver1.0

Features

- can extract thumbnails on local images and external files

- can create thumbnails with any given dimensions

- does not crop the images

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;
}

?>

NOTE : do not forget to replace the $rows and $cols arguments with actual numbers

These lines are just to ensure that it will disturb the current page query

$temp= $wp_query;

——

$wp_query=$temp;

Download link : WP random thumbs v1.0

Item Search :

5 Responses to “WordPress Random Thumbnails plugin ver1.0”

  1. san says:

    Hi, thanx for the great plugin.. i was looking for similar for long time…i have few questions..

    i believe this plugin pulls the thumbs from the posts randomly and links back to the post where thumb came from..

    is it also possible to make page with the gallery of the thumbnails ??

  2. admin says:

    you mean a whole page full of thumbnails?
    I have not integrated the plugin to the post/page editor since it is simply designed for templates.

    i might consider making that plugin in the future :)

    i hope you find the plugin useful

  3. bremby says:

    i tried it but it can’t get it work when i insert the code into my single post, how to do it?

  4. adman says:

    Hi! Jon
    This plugin doesn’t seem to work on the latest 2.7.1

    Loaded and activated the plugin . Secondly inserted the piece of code with 4 rows and 2 columns. Tried other variations. But the plugin doesn’t seem to output anything.

    Also checked the code . There are different modes to configure (0,1,2).Tried it and got tired.

    Can u make this plugin 2.7.1+ compatible coz 2.8 is already round the corner.

  5. jbruzz says:

    Ya, this dont work in 2.7.1

Leave a Reply

top