Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
WordPress人气主题Astra去掉底部版权信息的方法

WordPress人气主题Astra去掉底部版权信息的方法

Astra是WordPress非常有名的主题,深受广大网管喜爱,但在安装好Astra主题后,默认它会在网站底部添加一个指向Astra官网的链接,大多数情况下大家并不希望出现这些信息,此时可用Astra自带的功能将其去掉,具体如下:

打开主题自定义,选择页脚选项

然后选择 页脚栏,找到区域1的自定义文本框,这里就是我们在页脚看到的所有文字,其中[theme_author]短代码表示的就是Astra主题链接

这里我们选择将其修改成需要的信息,当然你也可以使用html代码添加链接等其他格式的内容

最后点击 发布 即可