=== Featured Image ===
Contributors: mervinpraison
Donate Link: https://mer.vin
Tags: image, featured image, widget, image widget, image featured, image widget, seo,
Requires at least: 3.0
Tested up to: 4.8.1
Stable tag: trunk

Add featured image to any part of the website, on each individual post/page. Very Easy to Implement. Shortcode and widget available. 

== Description ==

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.

Paste the Code or the Shortcode on any part of the website.


* Very Easy to implement.
* Simple Shortcode Available
* Easy code Implementation inside loop and outside loop.
* Widge Avaliable
* Featured Image Caption

<a href="https://mer.vin/wordpress-featured-image">Wordpress Featured Image</a> Documentation By <a href="https://mer.vin/">Mervin</a> Praison
<a href="https://seomanageruk.com" >SEO Manager</a>

== Installation ==

= Step 1 =

1. Download the zip file
2. Extract the contents
3. Upload the folder `featured-image` to your WP plugin folder `/wp-content/plugins/` directory
4. Go to Plugins > Plugins, and activate the plugin


= Step 2 =

* Use this shortcode '[featured-img]' on your page/post content.
* Use this shortcode '[featured-img-caption]' on your page/post content for caption
* Use this Code on your template inside loop: <?php if ( function_exists('get_featured_img') ) get_featured_img(); ?>


== ChangeLog ==

= version 2.1 =

* global $post fix

= Version 2.0 =

* Added Featured Image Caption
* Added Alt Text for images
* Fixed Bugs

= Version 1.0 =

* First release.

== Frequently Asked Questions ==

= What is its Shortcode? =
[featured-img]


== Screenshots ==
1. Featured Image area

== Upgrade Notice ==

= 2.1 = 

Minor global $post fix

= 1.0 =
Created the shortcode, widget and the php code


== Version history ==

= version 2.1 =

* global $post fix

= Version 2.0 =

* Added Featured Image Caption
* Added Alt Text for images
* Fixed Bugs

= Version 1.0 =

* Initial release version.

== Changelog ==

= 2.1 = 

* global $post fix

= 2.0 =

* Added Featured Image Caption
* Added Alt Text for images
* Fixed Bugs

= 1.0 =

* Shortcode was created
* Code inside loop of the template
* Widget was created