-
▼
2013
(302)
-
▼
March
(26)
- How to Fix a Redirect Error in WordPress
- How to Add Meta Tags in WordPress
- How to Install Volusion Shopping Cart on WordPress
- How to Get the WWW in the URL in WordPress
- How to Enable SEF URLs in Wordpress
- Tutorial on How to Back Up Your WordPress Blog
- How to Move a Drupal Blog to WordPress
- How to Get Text Wrap on a WordPress Blog
- How to Modify WordPress Twenty Ten Headlines
- How to Manually Place a Tagline in a Wordpress Header
- How to Put a Donation Button on a WordPress Blog
- How to Insert PHP Into WordPress
- How to Make Static Text in WordPress
- How to Reinstall the Default WordPress Theme
- How to Change a Table Background Color in Hover Wo...
- How to Put a WordPress Theme on GoDaddy
- How to Move Joomla Posts to WordPress
- How to Disable Blog Features in WordPress Admin
- How to Block IP Addresses in WordPress
- How to Transfer a WordPress Blog to a New Web Host
- How to Create a WordPress Page
- How to Make a WordPress Blog Part of Your Website
- How to Install a Plugin In Wordpress
- How to Change a WordPress PHP Call for a Style She...
- How to Increase Size Import Into WordPress 3.0
- How to Insert Breaks Into WordPress
-
▼
March
(26)
adsense
How to Increase Size Import Into WordPress 3.0
1. Download the 'wp-config.php' and 'wp-functions.php' files from your WordPress installation on your web server. Open the wp-config.php file in a text or HTML editor.
2. Locate line 19, which comes right after the end of the block of information text outlined in asterisks. Insert a blank line just above the following code:'define('DB_NAME', 'database_name_here');'Now paste the following line of code into the blank line:define('WP_MEMORY_LIMIT', '64M');This tells WordPress to attempt to increase your PHP memory limit to 64 megabytes, a huge increase over most web servers' default of 8 megabytes. Increasing memory limit can help pages load faster, help some scripts to complete and prevent the media manager from timing out during the upload of large files.
3. Save the file and then access your WordPress installation on your web server. Rename your existing wp-config.php file to wp-config.old. This is your fail-safe in case something goes wrong with your edited version. Upload your new wp-config.php file, then access your WordPress administration panel.
4. Open the wp-functions.php file in a text or HTML editor. Scroll to the very bottom, and insert a new line just above the '?>' at the end of the document. Copy the following code, then place your cursor at the beginning of that blank line and paste it in:@ini_set( 'upload_max_size' , '100M' );@ini_set( 'post_max_size', '105M');@ini_set( 'max_execution_time', '300' );You should now have the following at the end of your document:@ini_set( 'upload_max_size' , '100M' );@ini_set( 'post_max_size', '105M');@ini_set( 'max_execution_time', '300' );?>
5. Save the file and then access your WordPress installation on your web server. Rename your existing wp-functions.php file to wp-functions.old. This is your fail-safe in case something goes wrong with your edited version. Upload your new wp-functions.php file, then access your WordPress administration panel. If you receive an error or a blank white page, something went wrong with the previous step, and you will need to rename your wp-functions.old back to wp-functions.php and try again.
7:32 AM | Filed Under | 0 Comments
Comments
Popular Posts
-
1. Log in to your Weebly account. 2. Click 'Theme Editor.' 3. Click on the 'Design' tab. 4. Select 'Edit CSS/HTM...
-
1. Sign up for a publisher account at Bidvertiser. Submit basic contact information and confirm your email address to get started. 2. Lo...
-
1. Log in to your WordPress dashboard. 2. Open the 'Appearance' section on the left side of the WordPress dashboard and then cli...
-
Facebook Widget 1. Create a Facebook fan page for your blog, if you don't already have one. You will have to manually share content wi...
-
1. Open your WordPress Dashboard in your preferred browser. It is accessed at the '/wp-admin' location of your site. For example, ...
-
1. Download and install the WordPress for BlackBerry app via BlackBerry App World. Download the version that corresponds with your BlackBe...
-
1. Go to your WordPress blog's administrative control panel. 2. Click the 'Settings' button on the left-side navigation menu...
-
1. Click the 'Add Contact' button on the 'Add New Post' page. This opens the 'Add a Contact Form' page. 2. Click...
-
1. Register an account with Amazon Web Services Cloud. If you have an existing Amazon account, enter your email address in the appropriate...
-
1. Log into your WordPress.com account using your user name and password. 2. Hover your cursor over the 'My Blogs' tab at the to...
Post a Comment