ralmar
2 Reputation
Reputations
Asked a question | July 22, 2017 | 2 | |
Commented on a post Thanks for your quick answer! 😉 But I need limit "words"... "maxlength" only works with characters... 🙁 Rgds! | July 22, 2017 | 2 | |
Commented on a post Thanks! 😉 I have found this function: function minWord($content){ global $post; $num = 100; //set this to the minimum number of words $content = $post->post_content; if (str_word_count($content)... | July 22, 2017 | 2 | |
Received an upvote Limit the number of words in the answersHi Rahul, amazing plugin 😉 I have a question about the limit of characters in the answers... Is it possible to limit the number of words in the answers? I would like the answers have maximum 140 words,... | July 22, 2017 | 10 | |
Commented on a post Thanks! I will try! 😉 | July 22, 2017 | 2 |