Simple Tutorial: Basics of Adding Posts

Posted by on Jan 24, 2012 in Video Tutorials | 0 comments

...

Read More

How to Increase the file upload limit in wordpress

Posted by on Dec 24, 2011 in Fort Worth Web Design, Homepage | 3 comments

Many times people want to upload big size media files into wordpress blog for download. Some people asked me about uploading the PDF files and video files into wordpress blog. You can easily upload big size media file to wordpress. When to do wordpress installation that time default upload file limit is 2mb. Best way to increase the upload limit is adding code into .htaccess file. This file you will find in wordpress installation folder. Dont look into theme folder. Check your wordpress root folder for finding the .htaccess file. php_value upload_max_filesize 200M php_value post_max_size...

Read More