“Before Link Image” feature coming with next version of WP Favorite Posts plugin.
Coming with next version
2 Replies
“Before Link Image” feature coming with next version of WP Favorite Posts plugin.
I’m writing this post for announce new version of WP Favorite Post plugin. If you want to read details (installation etc.), you can go project page of WP Favorite Posts.
There is two change with 1.3 version a new feature and a bug fix;
Template tag’s usage;
<h2>Most Favorited Posts</h2>
<?php wpfp_list_most_favorited(10); ?>
The parameter for limiting post count of list. Default value is 5 posts.