php code for playlist
-
I am able to add the videos to my custom template using cvgShowCaseWidget(gid,limit) and cvgSlideShowWidget(gid,limit) (where gid is gallery id and limit is the number of videos).
I want to show a playlist instead on the main page header. How can I change the code to show this? The code I’m currently using is:
<?php cvgSlideShowWidget(1, 4); ?>
The topic ‘php code for playlist’ is closed to new replies.