WordPress has a 2MB of post limit, Many posts online sates that methods includes plugins, .htaccess, etc.
Which is not accurate, WordPress don’t use .htaccess except in debugs.
To change post limit, just change the apache2.conf
AllowOverride all
this will allow php.ini to make change to the server.
Then just edit the php.ini file.
Leave a Reply