• 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 loop

    THX

    https://wordpress.org/plugins/wp-favorite-posts/

The topic ‘Add class to user's favorite post’ is closed to new replies.