function excerpt_readmore($more) { return ' ... ' . 'Read More' . ''; } add_filter('excerpt_more', 'excerpt_readmore');