/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function excerpt_readmore($more) { return '... <a href="'. get_permalink($post->ID) . '" class="readmore">' . 'read more' . '</a>'; } add_filter('excerpt_more', 'excerpt_readmore');