tessguefen
7/13/2015 - 10:26 PM

wordpress / wp / excerpt / continue reading

wordpress / wp / excerpt / continue reading

function new_excerpt_more($more) {
    global $post;
	return '... <br /><a class="button button-square uppercase sky bold read-more bg-white" href="'. get_permalink($post->ID) . '">Continue Reading <span data-icon="&#x24;"></span></a>';
}
add_filter('excerpt_more', 'new_excerpt_more');