Wordpress plugins
Automatic Post Thumb

Automatic Post Thumb

Version : 1.0
Tested up to : 2.7
Number of download : 4911
Author : Devolux
Average rating : 0 / 5 on 0 votes 0 votes, 0 avg.rating

Screenshots

Automatic Post Thumb
Automatic Post Thumb
Automatic Post Thumb
Automatic Post Thumb

The plugin extracts the first image uploaded to a wordpress post by using a simple database query. You are not obliged to insert it into your post, but of course you can do so. Please note that the database order of the images is not influenced by the way you order your images in a post. The first image uploaded will remain the thumbnail, even if you place at the end of your article. If you delete the first image, the second one will take its position. If no image at all is added to a post, the plugin delivers a default image (a white wordpress logo with light gray background). The title of the thumbnail is generated out of the post title. You can insert the image anywhere in your theme inside the wp-loop by adding a template tag to the source code. Please be aware that the plugin does not resize or crop the images. It simply delivers the html tag. The styling is intended to be solved via CSS (s. “Installation”). Please report bugs at the plugin’s homepage. A brief Markdown Example <a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php post_thumb(); ?></a>

Download now