如何在WordPress网站header.php文件中添加div类,以便将徽标插入网站的主菜单?

时间:2019-01-12 19:00:35

标签: php html

我正试图通过编辑它的header.php文件将div类添加到我的WordPress网站的主菜单中。这个div类旨在让我在网站菜单的左侧插入徽标。

这是我要插入header.php中的div类(或者至少是我想得到的...我不太确定)

try(FileReader reader =  new FileReader("src/res/cfg.txt")) {
Properties properties = new Properties();
properties.load(reader);
System.out.println(properties.get("password"));
}catch (Exception e) {
e.printStackTrace();
System.out.println(e);
}

这是我的header.php文件

我尝试在此代码行之前和之后粘贴我的html代码:

java.io.FileNotFoundException

但是它只是在菜单栏div类之前创建一个div类,而不是在其内部。

相反,我希望div类位于此处的“ menu-main-container”类中:

https://imgur.com/a/AI5q8Zh

0 个答案:

没有答案