=== WP Like Post === Contributors: elgreatly Tags: wordpress, like, like-post, like-system Requires at least: 4.0 Tested up to: 4.2 Stable tag: 1.5.2 License: GPLv2 helps you to add a like system to any post type on your wordpress site and you can make likes/dislikes per user or visitor. == Description == WP Like Post plugin helps you to add a like system to any post type on your wordpress site and you can make likes/dislikes per user or visitor. You can add shortcode ['gs_lp_like_post'] to put like system anywhere in page and you can change all color elements you want. ### functions:- * gs_lp_get_like_count($post_id) to get number of likes for specific post * gs_lp_get_dislike_count($post_id) to get number of dislikes for specific post * gs_lp_get_like_users($post_id) to get users who like for specific post * gs_lp_get_dislike_users($post_id) to get users who dislike for specific post == Installation == 1. Unzip the download package 2. Upload wp-like-post to the /wp-content/plugins/ directory 3. Activate the plugin through the \'Plugins\' menu in WordPress == Screenshots == 1. settings page == Changelog == ### 1.5.0 * add shortcode to put like system anywhere in page * add new option to change all colors