WP-Choose-Thumb

0

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 appea

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

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