I'm trying to figure out how to check whether the post has a like value above or equal to 1.
I've tried several snippets such as <if ($post['tyl_unumtyls'] != 0) then> <-- show div that outputs users that liked the post --> </if> but to no avail.
EDIT:
Very dumb way of coding, I just figured out the plugin itself managed to handle that information.
I've tried several snippets such as <if ($post['tyl_unumtyls'] != 0) then> <-- show div that outputs users that liked the post --> </if> but to no avail.
EDIT:
Very dumb way of coding, I just figured out the plugin itself managed to handle that information.