• i want to use the plugin in my theme, and, following your instructions, i added this code (my playlist name is “homepage”), but it doesn’t work:

    <?php if (function_exists ("ti_apm_print_player")) {
    
       print ti_apm_print_player (array(
    
        "name" => "homepage",
    
        "skin" => "/player/xspf_player_custom.swf",
    
        "autoplay" => "1",
    
    	"randomize" => "1",
    
        "repeat" => "0",
    
        "width" => "400",
    
        "height" => "170"
    
        )); 
    
    } ?>

    what’s the problem? thank you

    https://www.ads-software.com/extend/plugins/tierra-audio-with-autoresume/

  • The topic ‘[Plugin: Audio Playlist Manager with Autoresume] using plugin in the theme’ is closed to new replies.