admin管理员组文章数量:1125616
I recently migrated our website to a multisite using sub-paths, and I was trying to change the logo on each webpage example/en
and example/ja
, but this is no longer possible, is there a way that I can change the logo of each site based on the subpath ? or something similar that can lead me to my goal ?
Thank you,
I recently migrated our website to a multisite using sub-paths, and I was trying to change the logo on each webpage example.com/en
and example.com/ja
, but this is no longer possible, is there a way that I can change the logo of each site based on the subpath ? or something similar that can lead me to my goal ?
Thank you,
1 Answer
Reset to default 0I ended up using this in the "additional css" tab.
.logo_new img
{
content:url("wp-content/uploads/path/to/image/image.png");
height: 90px;
width: 220px;
}
本文标签: pluginsChange homepage logo for each site multisite setup
版权声明:本文标题:plugins - Change homepage logo for each site multisite setup 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736667075a1946719.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
/ja
site, and change the logo the same way you have always done, then go to the/en
site and repeat the process. Unless there's some sort of automatic feature or code you've not mentioned that doesn't normally exist? Can you clarify? Note this stack is for programmers, if you're looking for user support or advice on using the GUI then you're better asking at the .org support forums – Tom J Nowell ♦ Commented Feb 1, 2024 at 10:44