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