Tagged: Audio, mp3
Hi, I am using Interface, and I am not able to upload mp3 files. Could that be connected with the theme ? Thank you
Hi
This is not related to theme. Did you tried activating WordPress default theme and upload mp3 files?
You can also add define( 'ALLOW_UNFILTERED_UPLOADS', true );to wp-config.
define( 'ALLOW_UNFILTERED_UPLOADS', true );
This will allow anyone with admin privileges to upload any file.
After uploading your file remove the above code from wp-config.php file because security is important.
Thank you!