Tagged Questions
0
votes
1answer
125 views
Truncating characters in Advanced Custom Fields works some places but not others?
I'm using the Advanced Custom Field plugin - although I'm not positive that is relevant. Nonetheless, I can't get substr() to work at all using this method:
$givchars = 5;
$postgiv = ...
0
votes
0answers
9 views
Limit on Characters for Custom Field output in Loop [duplicate]
Possible Duplicate:
Truncating custom fields
Is there any way to limit the output of characters by a function inside the loop?
I am pulling custom fields from cpts and one of them is an ...