Viewing 1 replies (of 1 total)
  • Plugin Author Alex Alexandru

    (@vortexthemes)

    Hello currently you cannot use your custom icon.
    If you want to get the number of like you can use this php code

    $post_id = 1;
    get_post_meta($post_id,'vortex_system_likes',true);

Viewing 1 replies (of 1 total)
  • The topic ‘get the "number of LIKE of each POST" in php code?’ is closed to new replies.