在主题的footer.php是不能修改的,需要另外找路径。

找到 hestia\inc\views\main\class-hestia-footer.php,大概在128行,按照下面示例修改。如果你升级主题后,这段代码会失效,需要重新修改。下面只是部分代码(不要复制)。

以我的网站为例:版权所有 | ©2020 by 活悦 津ICP备17002885号

/**
* Function to display footer copyright and footer menu.
* Also used as callback for selective refresh.
*/
public function bottom_footer_content() {
	$hestia_general_credits = get_theme_mod(
		'hestia_general_credits',
		sprintf(
/* translators: %1$s is Theme Name, %2$s is WordPress */
		esc_html__( '%1$s | ©2024 by 生活悦丽 %2$s', '津ICP备17002885号-2' ),
		esc_html__( '版权所有', '津ICP备17002885号-2' ),
/* translators: %1$s is URL, %2$s is WordPress */
		sprintf(
			'<a href="%1$s" rel="nofollow">%2$s</a>',
			esc_url( __( 'https://beian.miit.gov.cn', '津ICP备17002885号-2' ) ),
			'津ICP备17002885号-2'
		)

转自植夫,感谢他的贡献

侵删

分类: 计算机

Reason

在漫漫梦路上踽踽独行的人……

1 条评论

Reason · 2020年9月6日 下午9:09

植夫的网站证书过期了,

发表回复

Avatar placeholder