Viewing 1 reply thread
You must be logged in to reply to this topic.
<div>We are having issues with our blog post like count. Once a user likes a post from within the organisation, another user cannot like the same post because the post system uses the Public IP of the organisation to store the information so the count does not increment.</div>
<div>
$meta_IPS = get_post_meta( $post_id, “_user_IP” ); // stored</div>
<div>IP addresses$ip = $_SERVER[‘REMOTE_ADDR’]; // user IP address</div>
<div></div>
<div>If there is a way we can use browser cookies instead, that will be great. Thanks. <b></b><i></i></div>
Hello,
Sorry but this is a customization beyond offered support service. You can use an external plugin to do the job.
Best regards!
You must be logged in to reply to this topic.