Music Industry

Cool video – by DK or Penguin17 Mar

very interesting ad. not sure if they copied this or not. still well done.

2 Responses to “Cool video – by DK or Penguin”

  1. John Reply

    Haha, I wonder where you found this?

    function new_excerpt_length($length) { return 45; } add_filter('excerpt_length', 'new_excerpt_length'); function new_excerpt_more($excerpt) {         return str_replace('[...]', '...', $excerpt); } add_filter('excerpt_more', 'new_excerpt_more');
    • kronis Reply

      it was your idea! ahh but neither of our video! still, I’ve since passed it around and others have enjoyed it now too. Thanks for the heads up.

      function new_excerpt_length($length) { return 45; } add_filter('excerpt_length', 'new_excerpt_length'); function new_excerpt_more($excerpt) {         return str_replace('[...]', '...', $excerpt); } add_filter('excerpt_more', 'new_excerpt_more');

Leave a Reply