[Plugin: WP Favorite Posts] Display a user's favorites when viewing their profile
-
I want to be able to display a user’s favorite posts when anyone views their profile. What code can I use to do this?
I was thinking that maybe I can do something like:
<?php wpfp_list_favorite_posts(); ?>
but that only displays your favorites, and not the favorites of an individual user.
I saw a thread that says you can use:
wpfp_get_users_favorites(String userlogin)
But that just gives you an array of the user’s favorite posts apparently. How do you actually display a person’s favorite posts?
https://www.ads-software.com/extend/plugins/wp-favorite-posts/
- The topic ‘[Plugin: WP Favorite Posts] Display a user's favorites when viewing their profile’ is closed to new replies.