/ Published in: PHP

Expand |
Embed | Plain Text
function excerpt_readmore($more) { return '... <a href="'. get_permalink($post->ID) . '" class="readmore">' . 'read more' . '</a>'; } add_filter('excerpt_more', 'excerpt_readmore');
You need to login to post a comment.