Installation
Add featured image to any part of the website, on each individual post/page.
Very Easy to Implement.
Provides you with a featured image
- shortcode [ featured-img ]
- code and
- Featured Image widget.
Widget
Drag the Featured Image widget from the Widget area of WordPress dashboard.
Code
Shortcode:
[ featured-img ]
Code inside Theme Loop:
<?php if ( function_exists('get_featured_img') ) get_featured_img(); ?>
Download:
WordPress Featured Image Plugin




