Forums
(@ghoststorm)
16 years, 6 months ago
Ok i did the
function new_excerpt_length($length) { return 20; } add_filter('excerpt_length', 'new_excerpt_length');
so thanks for that part but it shows […] how do I change that to say click to read more..i dont understand.
Sorry.