Title: template ?
Last modified: August 20, 2016

---

# template ?

 *  Resolved [paula.bearzotti](https://wordpress.org/support/users/paulabearzotti/)
 * (@paulabearzotti)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/template-11/)
 * hi !!!! your plugin is super !!!!
    i need embed manually in the template and 
   not with shortcode
 * sorry by my english (I speak Spanish)
 * [http://wordpress.org/extend/plugins/bizarski-cute-records/](http://wordpress.org/extend/plugins/bizarski-cute-records/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [sparxdragon](https://wordpress.org/support/users/sparxdragon/)
 * (@sparxdragon)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/template-11/#post-3420925)
 * Hi. Thanks for your feedback! Sorry about the late response, I hope it’s not 
   too late! To embed the plugin manually in the template, here are the functions
   that you can use:
 * To show albums:
    BizarskiCuteRecords::display_records(array()); To add arguments,
   simply fill the array with them, like so: BizarskiCuteRecords::display_records(
   array( ‘id’=>50, //if you want to display specific album ‘limit’=>10, //if you
   want to limit the number of displayed albums ‘offset’=>1, //if you want to offset,
   for pagination ‘show_tracklist’=0 //if you want to disable display of track list));
 * To show thumb of album cover, or full-size album cover:
    BizarskiCuteRecords::
   show_cover(array(‘id’=>1)); BizarskiCuteRecords::show_full_cover(array(‘id’=>
   1));
 * To show track list of an album:
    BizarskiCuteRecords::tracklist(array(‘id’=>1));
 *  Thread Starter [paula.bearzotti](https://wordpress.org/support/users/paulabearzotti/)
 * (@paulabearzotti)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/template-11/#post-3420926)
 * thank you !!!! merci !!! gracias !!!!!!!!!!!!!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘template ?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/bizarski-cute-records.svg)
 * [Bizarski Cute Records](https://wordpress.org/plugins/bizarski-cute-records/)
 * [Support Threads](https://wordpress.org/support/plugin/bizarski-cute-records/)
 * [Active Topics](https://wordpress.org/support/plugin/bizarski-cute-records/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bizarski-cute-records/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bizarski-cute-records/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [paula.bearzotti](https://wordpress.org/support/users/paulabearzotti/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/template-11/#post-3420926)
 * Status: resolved