Astra 免费版没有提供直接 修改 文章 Read More 的文字功能。解决方法是在这个wp-content/themes/astra文件夹中的function.php里面添加代码。 function custom_astra_read_more_text() { return '阅读全文'; // 将 '阅读全文' 修改为你需要的文本 } add_filter('astra_post_read_more', 'custom_astra_re…
Astra 免费版没有提供直接 修改 文章 Read More 的文字功能。解决方法是在这个wp-content/themes/astra文件夹中的function.php里面添加代码。 function custom_astra_read_more_text() { return '阅读全文'; // 将 '阅读全文' 修改为你需要的文本 } add_filter('astra_post_read_more', 'custom_astra_re…