Output user's favorites via PHP?
-
I’m having a hard time showing the user’s individual favourites via php-call without hacking the plugin.
I tried:
wpfp_users_favorites_widget_view();
but it doesn’t show anything, except the title of the widget. Later I noticed that the $limit parameter doesn’t seem to work (it seems to be defaulted to 5).
So I hardcoded $limit=10; into the wp-favorite-posts/wpfp-your-favs-widget.php
How can I output the user’s favoties with setting the limit as parameter – and possible also setting the widget-title?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Output user's favorites via PHP?’ is closed to new replies.