Hello,
I would like to find out post length i.e. how many chracters are there in each post. Is there any ready to use wordpress function/api available…
What I want to do is..
If ( getPostLenght() >= 500) {
/// DisplayRight menubar options such as previous post
Item1
Item2
….
}
I am not able to find out any function refeerance for getPostLenght() at codex.wordpress.org
Regards