• Hi,
    I’d like to limit users to favorite their own posts only which is then shown to all as it is by default with this plugin.

    <?php if (current_user_can( 'edit_post'));?>
    <?php wpfp_link() ?>

    does not work and I’m not sure if and how to use the function wpfp_is_user_can_edit() I found within this plugin.

    Would be very, very happy for any help with this!

    https://www.ads-software.com/plugins/wp-favorite-posts/

  • The topic ‘Favorite own posts only’ is closed to new replies.