Awsome. Does this work on buddypress?
I have just started making my site and have no knowledge of coding at all. Would someone be able to show me a quick example of what to insert into my code to limit members posts to say 100 words.
It sort of explains on the link but It makes no sense to me.
Thankyou so much to whoever can help.
This is the last thing I need before I make it live so any help is very much appreciated.
Would this also work for multiple members activity wall on my site? Anyone…
1. It should work as the posts are WP functions
2. You would be adding the codes as seen here https://wordpress.org/extend/plugins/content-and-excerpt-word-limit/installation/ into your active theme. Find instances of the_excerpt and the_content in your active theme’s files and replace that with code given above after you’ve activated the plugin.
https://codex.wordpress.org/Function_Reference/the_content
https://codex.wordpress.org/Function_Reference/the_excerpt
3. No, this would not work in BP activity wall.
Whoops. I didn’t see number 3 before.
Sorry to be a pain.
So if I make a social network for instance this and will enable me to limit the amount of words in my members updates to say 100?
There should be an option to do this in the admin section.