Forums
(@milchek)
12 years, 1 month ago
This is a simpler way by just getting the users meta:
$favorite_post_ids = get_usermeta($user_id, 'wpfp_favorites'); include("wpfp-page-template.php");
So obviously you make a copy of the wpfp-page-template.php and put it in your themes folder!