Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我前段时间安装了jetpack,但决定卸载并删除它。我正在使用它附带的自定义 CSS 功能来设置我的网站的样式。
但是,即使在卸载并删除它之后,我输入的自定义 css 仍在我的网站上加载。我做了一些研究,这是因为自定义 css 存储在数据库中。
如何从数据库中删除这个 css?
谢谢!
根据您使用的主题,不确定它对您来说是否相同,但对我而言,它是:在函数/主题-head.php 中通过外观 > 编辑器,评论这一行: echo '<link rel="stylesheet" href="'. THEME_URI .'/css/custom.css?ver='.THEME_VERSION.'" media="all" />'."\n";
echo '<link rel="stylesheet" href="'. THEME_URI .'/css/custom.css?ver='.THEME_VERSION.'" media="all" />'."\n";