I am trying to remove the commas from my meta_keywords variable and replace them with nothing "" in this line
Code:
{$_meta_keywords|truncate:"130":"":false|escape}
and truncate it to the 5th word. (I haven't started on the "5th word" part) This is what I was trying without much success along with a couple of other variations.
Code:
{$_meta_keywords|replace:",":""|truncate:"130":"":false|escape}
Anyone know how to do that?