If Favorited function?
-
Is there a function to determine if an item is favorited?
I thought it was get_favorites but I had an error. It wasn’t get_favorites_button either.
<?php if (get_favorites_button($post_id, $site_id) ) : $istar = "addfave"; else : $istar = ""; endif; ?>
I’m using an isotope filter to my items so that it knows weather an item is fave and can filter it thru a class name added to that item.
- The topic ‘If Favorited function?’ is closed to new replies.