set_collections_for_loop
will set an array of collections to be used in a loop. Once you set the collections for a loop, you can then use the collection helper functions to display item metadata.
Usage
<?php set_collections_for_loop($collections); ?>
Arguments
- collections - An array of collections, which can be retried through a number of functions, most notably the get_collections and the Theme_API/recent_collections helpers.