I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
I AM MusicI AM Music
  • Services
  • Artists
  • Music
  • About
  • Contact
Home / Sample Page/Audio / News/Audio Post

Audio Post

http://demo.wolfthemes.com/flycase/wp-content/uploads/sites/8/2013/11/adg3com_bustedchump.mp3
13 years agoAudio, Newsaudio, embed, mp3

Use the awesomeness of WordPress to display self-hosted one-song players anywhere in your website.

4 144

Previous post Gallery
Next post Soundcloud
Share
facebook twitter pinterest
Reshard Battle

website

View all posts by Reshard Battle →
  • Services
  • Artists
  • Music
  • About
  • Contact
© 2026 I AM Music, LLC. All Rights Reserved.
/* Fix: release links must always navigate (theme one-page JS + lightbox were hijacking clicks) */ document.addEventListener('click', function(e){ var a = e.target.closest ? e.target.closest('a') : null; if(!a) return; var href = a.getAttribute('href') || ''; if(href.indexOf('/release/') !== -1){ if(e.stopImmediatePropagation) e.stopImmediatePropagation(); else e.stopPropagation(); e.preventDefault(); window.location.href = href; } }, true);