【发布时间】:2021-08-29 11:46:59
【问题描述】:
【问题讨论】:
标签: php wordpress wordpress-theming web-deployment
【问题讨论】:
标签: php wordpress wordpress-theming web-deployment
你可以通过插件做到这一点 https://pl.wordpress.org/plugins/wordpress-seo/
或者使用过滤器:
add_filter('get_the_archive_title', 'my_theme_archive_title');
更多信息:https://developer.wordpress.org/reference/hooks/get_the_archive_title/
【讨论】: