🎉 Use coupon MYXERO to enjoy 20% recurring discount on any plan. View Pricing
W

WP-Choose-Thumb

5/5 (1 ratings) 20 active installs Updated Dec 18, 2012
Choose from thumbnails in the edit post view.

Choose from thumbnails in the edit post view.

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