Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author sparxdragon

    (@sparxdragon)

    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

    (@paulabearzotti)

    thank you !!!! merci !!! gracias !!!!!!!!!!!!!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘template ?’ is closed to new replies.