How Do I Change the Max POST Size in WordPress?

There are a few ways to change the max POST size in WordPress. You can edit the wp-config.

php file, or use the WordPress admin panel. To edit the wp-config.php file, open it in your text editor and locate the following line:.

define(‘MAX_POST_SIZE’, 16000000);

To change the max POST size, uncomment the line and enter the new size in bytes.

To use the WordPress admin panel, visit the “Settings” menu and select “General”. On the “General” page, under the “WordPress” heading, click the “Settings” button.

In the “Settings” window that opens, click the “Uploads” tab and then click the “Max Post Size” field. Enter the new size in bytes.