Quantcast
Viewing all articles
Browse latest Browse all 119438

sparxdragon on "[Plugin: Bizarski Cute Records] template ?"

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));


Viewing all articles
Browse latest Browse all 119438

Trending Articles