change default upload of 2MB to 64MB via the theme function.php?
-
Hi, I need to increase the default setting in my wordpress from 2MB to 64MB at least to upload mp3′s.
I believe I can do this by adding a code to the theme function – functions.php
the code being –
1 @ini_set( ‘upload_max_size’ , ’64M’ );
2 @ini_set( ‘post_max_size’, ’64M’);
3 @ini_set( ‘max_execution_time’, ’300′ );I have looked, and I do not know where to copy paste this in the long code listing in the functions.php. Where should I place it??
I have looked for answers, and I find the code alright, but I have not found an answer to where to copy and paste this code in the very long code listing in function.php
I have sent a message to the theme designers also.
I DO NOT have access to the cpanel in the hosting company – as someone else sorts my hosting for me.
please advise me where to copy paste this code in the function.php
thank you, joan
- The topic ‘change default upload of 2MB to 64MB via the theme function.php?’ is closed to new replies.