I only use the plugin for registered users.
How can I make a widget (html or php code) that will show only the signed-in users favorite list (instead of a favorites page- those codes dont work in widget)?
I only use the plugin for registered users.
How can I make a widget (html or php code) that will show only the signed-in users favorite list (instead of a favorites page- those codes dont work in widget)?
Actually the signed-in part doesn't matter. I just need to make a widget.
My temporary solution was to use the Sidebar Login widget and add a link to the "My Favorites" page, but I'd still like a whole list of them to show on the side instead.
solution, anyone?
I figured it out. i used a php widget to call the fav list function. Forgot what it was now... Maybe list_user_favorites();
@sharris203 thanks for feedback. i was away for 6 months so i couldn't answer your questions.
You can do this from your template with wpfp_list_favorite_posts() function. I might create a widget for this with next versions.
This topic has been closed to new replies.