I wish to insert large posts in my site, close to 300,000 words.
I removed all bold, italics, footnotes etc. and I pasted text in the HTML tab of post admin editor.
My posts are truncated to 75656 words.
Is there such an upper limit on the number of words per page?
If yes, can you propose any alternative as per how to support such large posts? Maybe via CSV import?
You can hide the submit button, if to much words on the editor. The Editor has an id and also the button; use an small JS to realized your requirement.
An example solution for the comment form can you find at the follow code and more infos on this post.
Change the IDs and classes for use the source on the editor-field. But the example count the strings, not the word; but you can count words if you count the spaces. The follow example doing this; but you must change the form_name; its the name attribut of the element, the editor-textarea or iframe.
WP stores post in LONGTEXT wich is 4GB so it’s not a DB limit. CSV should work. I guess pasting data directly in DB isn’t an option. Another thing that comes in mind is that you can post directly from MS Word.