WordPress-Post-Like-System
WordPress-Post-Like-System copied to clipboard
A simple and efficient post like system for WordPress.
Hey there Great code! Just a question: How can we use this without enqueue the script in the functions.php? ``` function sl_enqueue_scripts() { wp_enqueue_script( 'simple-likes-public-js', get_template_directory_uri() . '/js/simple-likes-public.js', array( 'jquery'...
Hi there, I like your plugin very much and have thus used it for a new website recently. In testing we found that if there is caching enabled either client...
hi, very nice addon I love it and I am using this code to display users who liked post , ``` $userlikes = get_post_meta( get_the_ID() , '_user_liked', true ); if...
I'm trying to change the icon position so it's to the right of the "Like" text. I modified the `$output` so it's wrapped in a `` instead of a ``...
Hi guys, I was wondering if you know any way to sort posts by the number of likes they have? I know I can do that using `'orderby' => 'meta_value_num'`...
How do I show only the count? Without the icon?
When i'm logged in i can like the post and when i'm log out i can also like the post. So a same user can like two times the same...
I want to display usernames who liked the post in single page . is it possible?
hello, thanking you for providing with such a great code. between, would like to know why the likes dont stay for all my posts. for few, it does and for...
I see this error when I install this code in my theme at google chrome console `JQMIGRATE: Migrate is installed, version 1.4.0 jquery-migrate.min.js?ver=1.4.0:2` how can I fix this issue ?