wordpress - the_content_limit

Soldato
Joined
19 Oct 2002
Posts
3,480
does anyone know if the_content_limit() function has been discontinued?

for example, the_content("Read More"); works perfectly fine, but:

the_content_limit(100, "Read More"); comes up as undefined function...

its also not in the codex but i could have sworn this existed as a way to show a set amount from the start of a post (100 characters) and overwrite the <!--more--> tag...

no?

edit: if this is not a function that can be used, what is the best way of doing this from the code? (i.e. NOT using the more tag and leaving room for error...)
 
Last edited:
Back
Top Bottom