the_except() remove [...] or add any custom words


/ Published in: PHP
Save to your folder(s)

You can just re-write the excerpt function in your theme functions file...
ust change this line...

array_push($words, '[...]');

You can also change the character limit here...

$excerpt_length = apply_filters('excerpt_length', 55);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.