Comments 1kevmaguire started the conversationSeptember 23, 2022 at 1:18pmHi, is it possible to reset portfolio likes? I only have 8 items so happy doing it via the database if that's the only way. Thanks. 1,559Laborator repliedSeptember 26, 2022 at 7:16amHi kevmaguire,We are sorry but currently we do not have any option to reset likes except adding this code to functions.php file: add_action( 'init', function() { global $wpdb; $wpdb->query( "DELETE FROM {$wpdb->postmeta} WHERE `meta_key` = 'post_likes'" ); } ); After execution, you should delete it and all the likes are reset to 0Best regards,Laborator Team Documentation Join Kalium Users Group 1kevmaguire repliedSeptember 27, 2022 at 1:51pmWorked perfectly. Thank you. 1,559Laborator repliedSeptember 28, 2022 at 7:17amHappy to hear that, have a great dayBest regards,Laborator Team Documentation Join Kalium Users Group Sign in to reply ...
Hi, is it possible to reset portfolio likes? I only have 8 items so happy doing it via the database if that's the only way. Thanks.
Hi kevmaguire,
We are sorry but currently we do not have any option to reset likes except adding this code to functions.php file:
After execution, you should delete it and all the likes are reset to 0
Best regards,
Laborator Team
Worked perfectly. Thank you.
Happy to hear that, have a great day
Best regards,
Laborator Team