把下列程式碼加入functions.php這個檔案即可。
// Replaces the excerpt "more" text by a link function new_excerpt_more($more) { global $post; return ' Read the full article...'; } add_filter('excerpt_more', 'new_excerpt_more');
把下列程式碼加入functions.php這個檔案即可。
// Replaces the excerpt "more" text by a link function new_excerpt_more($more) { global $post; return ' Read the full article...'; } add_filter('excerpt_more', 'new_excerpt_more');