hello!
Anybody know how can I exclude only the first letter of a get_the_content() function in wordpress?
could be a snippet like that, but it doesn't work!
substr(strip_tags(get_the_content()), 1, get_the_content().length)
thanks a lot in advance :)