truncate_post property
-
Hi,
I am running a wordpress site(www.apnareview.com) and recently I have install a rating plugin which is causing some issue in my post under latest articles.
in order to fix that, I have to change the truncate_post() function. Its like
<p><?php truncate_post(250,true); ?></p>which means it will display first 250 char of that post. But I want to change it to in way that it ignore first 30 char and then display rest of the content which fit in 250 range.
I tried google for truncate_post() property could not found much.. can someone pls help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘truncate_post property’ is closed to new replies.