Tui’s Find Thumb Wordpress Plugin - Rating, Reviews, Demo & Download

 Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Many WordPress themes, are heavily dependant on “feature images” to use as thumbnails to make them look good. This is great except it adds a lot of extra work setting up these thumb references, but equally if you are in a hurry and forget you add the thumb then the look of the theme breaks.

So here is Tui’s Find Thumb plugin. It is very easy to use. It’s purpose is to replace the Image function currently used in your theme with one that is lot more clever. With these new functions available you can do everything from a randomly select an image, or return a URL or IMG tag source specifically for that post.

The post option works through this logic until it gets a result

  1. Returns an IMG tag based on the thumbnail set in the post meta data (through special post fields)
  2. The first image in the post
  3. A randomly chosen image from a directory (in your base images directory) with the same name as the posts first category slug.
  4. A randomly chosen image from your base images directory

Functions available

There are 5 funtions that can be accessed through this plugin.

1. tui_findRandomBackgroundSTYLE()

Returns a random image URL from the background images folder if one exists else the base image folder.

2, tui_findRandomThumbURL()

Returns a random image URL from base image folder

3. tui_findRandomThumbIMG(“Height”,”Width”,”Class”,”Title”,”Alt”)

Returns a random image IMG Tage from base image folder

4. tui_findPostThumbURL(“thepostID”)

Returns a URL, having searched based on the postID

5. tui_findPostThumbIMG(“thepostID”,”Height”,”Width”,”Class”,”Title”,”Alt”)

Returns an IMG tag, containing the URL, height, width, alt, title and class, having searched based on the postID<h3>Support</h3>

Support can be found on plugin homepage: http://www.stephenbaugh.com/blog/wordpress-plugins/find-thumb/

You can also view project here: http://code.google.com/p/tui-find-thumb/

  • Additional documentation: http://code.google.com/p/tui-find-thumb/w/list

  • Issues & requests: http://code.google.com/p/tui-find-thumb/issues/list

  • Development version: http://code.google.com/p/tui-find-thumb/source/

  • Change logs: http://code.google.com/p/tui-find-thumb/wiki/Changelogs

Screenshots

  1. Sample of a theme using a thumbnail image.

    Sample of a theme using a thumbnail image.

  2. Download then activate the plugin.

    Download then activate the plugin.

  3. Goto plugin settings page.

    Goto plugin settings page.

  4. Set up the base directory for your images.

    Set up the base directory for your images.

  5. Set up the default css class to use and thumbnail name.

    Set up the default css class to use and thumbnail name.

  6. How should your thumbnails be scaled and what size by default.

    How should your thumbnails be scaled and what size by default.

  7. If you need more help look at the top right hand corner of the options page.

    If you need more help look at the top right hand corner of the options page.

  8. Now it's time to edit your theme. Look for where thumbnails are used and remove code like this that was in my theme.

    Now it’s time to edit your theme. Look for where thumbnails are used and remove code like this that was in my theme.

  9. And also remove this. Obviously, be careful, have a backup and make sure you know what you are doing.

    And also remove this. Obviously, be careful, have a backup and make sure you know what you are doing.

  10. Replace all that with something like this. If you know the plugin will remain installed don't worry about error checking.

    Replace all that with something like this. If you know the plugin will remain installed don’t worry about error checking.

  11. Now go find out the "slug" names for each of your categories.

    Now go find out the “slug” names for each of your categories.

  12. Finally using your ftp client set up matching directories in your base image directory, up load those images you want to be random.

    Finally using your ftp client set up matching directories in your base image directory, up load those images you want to be random.


Reviews & Comments