search
top

Wordpress Random Thumbnails

Have you noticed those random thumbnails when you visit some blogs.

I have searched for days even weeks for a plugin for that specific use but unfortunately I did not find any.

So I tried to come up with my own functions.

We could say that this Wordpress plugin is very primitive, but I still want to share it with you guys to at least give you something to start with, and maybe we can develop it to a full blown plugin.

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

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

Download link : WP random thumbs v0.6a

(please use version 1.0 )



Related Posts

5 Responses to “Wordpress Random Thumbnails”

  1. John says:

    1. The above code that is placed in the template should be: for those who are not .php inclined.

    2. Doesn’t work ;)

  2. admin says:

    Thanks john

    I found a major bug

    release new version 0.6a

  3. John says:

    Thanks Jon,

    Great plugin! I got it to work on my blog, BUT no thumbnails. How do I get those to appear?

  4. Jim Spence says:

    Saturday I was searching for blogs related to Web Promotion and specifically pay per click forum and I found your related blog.

  5. thanks for sharing us..
    this is the great plugin

Leave a Reply

top