Usage
Shortcodes
Display featured image:
[featured-img]
Display caption:
[featured-img-caption]
PHP Function
<?php if (function_exists('get_featured_img')) get_featured_img(); ?>
Widget
Go to Appearance → Widgets and add "Featured Image" widget.
Display featured image:
[featured-img]
Display caption:
[featured-img-caption]
<?php if (function_exists('get_featured_img')) get_featured_img(); ?>
Go to Appearance → Widgets and add "Featured Image" widget.