Add class to user's favorite post
-
Hi,
Thanks for a great plugin.I need customize <article> to favorite posts.
I can identify favorites from all users:<?php if ( get_post_meta($post->ID, 'wpfp_favorites', true) ) { ?> <img src="loved"/> <?php } ?>But not from de current user.
I need to differentiate if is a favorite post inside the loopTHX
The topic ‘Add class to user's favorite post’ is closed to new replies.