Am I understanding the Favorites documentation correctly that it isn’t possible to do pagination with exp:favorites:entries?
All {exp:weblog:entries} variables can be used with this tag, except pagination.
McCarthy,
Favorites:Entries does indeed work with pagination. It was a feature that was added recently, and we… errr… I overlooked that on the documentation. I apologize for that
It works just like native EE pagination:
{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}
Well that’s good news. Thanks, I’ll give that a shot.