I’m Designs Best Friend, not Codes Best Friend! So, that’s a fist bump to you “real” programmers out there! But don’t get me wrong, I’m addicted to PHP! Ok, so here’s the point. I have been installing various mp3 player plugins for WordPress since I can remember. Then one day it crossed my mind that there must be an easier way then uploading all these audio files via FTP, then copying and pasting each link again and again. So I Goolged that same link you see in the title of this post, and FINALLY, I found someone who actually knew what they were talking about! He was know only by the alias willthethrill0001 and he traveled virtually by way of YouTube.
3 Easy Steps!
1) Create a php.ini File
Using your systems text editor, create a New file (Command+N) and then Save As (Shift+Command+N) to your desired location.
2) Input the Following Code
Place this code into your new php.ini file.
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
3) Place in the wp-admin Folder

It’s funny, after visiting one hundred and one blogs who all claimed to have the answer, I found one thing in common. All the people who claimed to know what they were doing, talked trash about the one’s asking for help. And go figure, they were all wrong! But they weren’t off by much. They all had the correct line of code, knew where to paste it, and/or were correct on how to create the file. But they ended with the wrong location of where to place the file. I guess it’s true what they say, It’s all in the details!



