This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP-Choose-Thumb

विवरण

A simple way to choose a default thumbnail for your post.

Works alongside the featured image core functionality.

For theme usage:

Add this function where you want the thumbnail to appear

<?php if(function_exists('wct_thumb')){ wct_thumb(); } ?>

स्क्रिनसटहरू

  • Choose from thumbnails in the edit post view.
  • Display thumbnail in post.
  • Overview demo

स्थापना

  1. Extract zip in the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘plugins’ menu in WordPress

प्रश्नोत्तर

I see the choose thumb window right of my ‘write post’ screen, but It says ‘Choose thumbnail for post’ . And there is no thumb below this.

You have to attach images to your post: first icon after Upload/Insert in the “Edit Post” view.

WordPress generates a thumbnail based on those images automatically.

If you have uploaded the images it is best practice to publish your post first.

Click the “refresh” link in de WP-Choose-Thumb sidebar window.

Afterwards the thumbnails will automatically appear in de sidebar window.

How can i change the thumbnail size

You can define the size of the generated thumbnails here:
http://yoursite/wp-admin/options-media.php

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“WP-Choose-Thumb” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

Version 1.3.6

Added settings page.