Return to Snippet

Revision: 25848
at April 12, 2010 05:30 by howardpanton


Initial Code
function new_excerpt_more($post) {
	return '<a class="more" href="'. get_permalink($post->ID) . '">' . 'Read the Rest...' . '</a>';
}
add_filter('excerpt_more', 'new_excerpt_more');

Initial URL


Initial Description
Add read more link for wordpress

Initial Title
Add a read more link in wordpress

Initial Tags
wordpress

Initial Language
PHP