Try to upload a WordPress theme or plugin, but it gave you an error: The uploaded file exceeds the upload_max_filesize directive in php.ini. <br /><br />And you can't find this freaking php.ini?<br />No worries, I'll show you how to fix this issue in few minutes<br /><br />Steps to add php.ini to Wordpress:<br />1. In Cpanel under ""files"" select ""File Manager""<br />2. In Public_html, create new file by pressing ""+ File"" sign in top left corner<br />3. Name the file php.ini and click save<br />4. Find php.ini in the folder, right-click it and choose ""edit"" and click ""edit"" again<br />5. In the text editor add following code:<br /><br />memory_limit = 200M<br />upload_max_filesize = 20M<br />post_max_size = 20M<br />max_execution_time = 300<br /><br />6. Click ""Save changes"" in the top right corner and close the window<br />7. Go to Cpanel, and scroll down until you find ""PHP Processes"" <br />8. Click ""Kill Processes""<br />9. You can now install a new theme or plugin up until 50Mb, if you want it to be more, just increase the numbers in the code.<br /><br />If you have any questions, leave me a comment below, I will be glad to help. I hope you liked this tutorial!