Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
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:
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 0
Best regards,
Laborator Team
Worked perfectly. Thank you.
Happy to hear that, have a great day
Best regards,
Laborator Team