#Favorite Authors
Favorite Authors allows you to add all of your favorite authors on your account. 
Simply add `<?php fav_authors_link(); ?>` on your template files to display Favorite button and use `[favorite-authors-list]` shortcode on page or post to show favorited author list.

Please email me for any comments or questions o@ohsikpark.com


##Frequently Asked Questions
- How to use?
Add this PHP snippet where you want to display `Favorite author` button `<?php fav_authors_link(); ?>`

- Shortcode
Use `[favorite-authors-list]` on your page or post to display list of favorited authors.

###Changelog

= 1.0 =
* Initial release

= 1.1 =
* Favorited author number added

= 1.2 =
* Replaced get_currentuserinfo() with wp_get_current_user() for WordPress 4.5


###License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html