Show multiple Likes Counter on your website.
As of April 2026, CS Likes Counter is a WordPress likes plugin with 100 active installations and a 5/5 rating from 2 reviews. It has been downloaded 6.2K+ times in total. Requires WordPress 3.9+ and PHP false+. Available on WordPress.org since 2016. Last updated 7 years ago — may have compatibility concerns. Top alternative: Favorites.
Counter allows you to count the likes and dislikes.
Counting is carried out using AJAX.
Limitation of cheating over IP (from one IP can vote with 10 minutes intervals).
Simply place the template single.php function call inside the loop
<?php while(have_post()) : the_post(); ?>
<?php echo CS_Likes::show_buttons_like(); ?>
<?php endwhile; ?>
Or use ID of post, if function call outside the loop
<?php echo CS_Likes::show_buttons_like($post_id); ?>
To obtain the number of likes, use the function:
<?php $likes_count = CS_Likes::get_post_likes($post_id); ?>
To obtain the number of dislikes, use the function:
<?php $dislikes_count = CS_Likes::get_post_dislikes($post_id); ?>
| WordPress | 3.9+ requiredTested up to 4.7.33 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.