Favorites 2.1 Entries
The Favorites:Entries loop shows all entries that a member has saved. If a member ID number is provided in the url, then that member's favorites are shown. If no member ID is provided, the currently logged-in member's favorites are displayed.
Parameters
All {exp:weblog:entries} parameters can be used with this tag.
Variables
All {exp:weblog:entries} variables can be used with this tag.
Conditionals
All {exp:weblog:entries} conditionals can be used with this tag.
Examples
{exp:favorites:entries weblog="my_weblog" limit="10" paginate="bottom"}
<p><a href="{title_permalink='site/template'}">{title}</a></p>
{paginate}
<p>Page {current_page} of {total_pages} pages {pagination_links}</p>
{/paginate}
{/exp:favorites:entries}