moreのカスタマイズ
function new_excerpt_more($post) { return ' <a href="'. esc_url( get_permalink() ) . '">' . 'Read More >' . '</a>'; }