S summ34chic New Member May 12, 2012 #1 I'm using the following to limit the amount of characters in a string\[code\]<?php $eventtitle1 = get_the_title();$eventtitle1_str = strip_tags($eventtitle1, '');echo substr($eventtitle1_str,0,30) . "
I'm using the following to limit the amount of characters in a string\[code\]<?php $eventtitle1 = get_the_title();$eventtitle1_str = strip_tags($eventtitle1, '');echo substr($eventtitle1_str,0,30) . "