Increase Maximum Upload File Size, WordPress
Update .htaccess file inside the WordPress folder
php_value upload_max_filesize 128M php_value post_max_size 128M php_value memory_limit 256M php_value max_execution_time 300 php_value max_input_time 300
Update wp-config.php file inside the WordPress folder
@ini_set( 'upload_max_filesize' , '128M' ); @ini_set( 'post_max_size', '128M'); @ini_set( 'memory_limit', '256M' ); @ini_set( 'max_execution_time', '300' ); @ini_set( 'max_input_time', '300' );
Note:
- php_value max_execution_time 300 and php_value max_input_time 300 must be bigger than
- php_value memory_limit 256M and php_value memory_limit 256M must be bigger than
- php_value upload_max_filesize 128M and php_value post_max_size 128M.
For more about how to increase visit here How to Increase Maximum Upload File Size in WordPress
50 Related pages
- About WordPress
- Child pages and Related pages display
- Display all posts title on any page, WordPress
- Display child pages of specific page anywhere, WordPress
- Display child pages of the current page, WordPress
- Display date the page created, WordPress
- Display related pages, WordPress
- dns-prefetch, remove, WordPress
- Featured image, WordPress
- Get all parent pages, WordPress
- Get current page ID, WordPress
- Get ID of most top page, WordPress
- Get parent title as URL link
- Hook to head with wp_head
- If has category, WordPress
- If has tag, WordPress
- If page is parent or child page, WordPress
- Implementing website design into the WordPress with minimum requirements
- Increase Maximum Upload File Size, WordPress
- List child pages of a specific page, WordPress
- List subpages even if on a subpage, WordPress
- Parent, Child and Grandchild page
- Show pages in the index page, WordPress
- Show related pages even on the subpage, WordPress
- WordPress Addmin Toolbar position
- WordPress count child pages
- WordPress Display child pages
- WordPress display single page by ID
- WordPress Error log redirect into specific file
- WordPress get template directory and uri
- WordPress post type icon
- WordPress Show only parent pages
- WordPress wp_enqueue_style
- WordPress, display all pages in website, Dropdown option select
- WordPress, display child and grandchild pages
- WordPress, Display parent pages only
- WordPress, Parent page has number of child pages
- WP Avenced Search
- WP Basic for WordPress Theme
- WP cache
- WP count children of parent page
- WP count page, post or custom post type
- WP count related pages
- WP Count taxonomy-name
- WP function with shortcode
- WP functions with shortcode
- WP generate theme online
- WP image exist
- WP plugin exists or active
- WP remove global styles from the head