<p class =“navbar-text”>世界等着你</p>

时间:2018-04-23 07:45:16

标签: php html

请协助,我想在wordpress网站上的logo下面添加“The World Awaits You”

。我在header.php上添加了哪些html,我根本不熟悉php。

1 个答案:

答案 0 :(得分:1)

最好的可能是分享你的header.php代码(对于每个主题都可以是不同的......)并且可能会描绘出它应该是什么样子...... 从当前的二十世纪主题https://github.com/WordPress/WordPress/blob/master/wp-content/themes/twentytwelve/header.php中获取header.php 最简单的方法是写下你的世界等待你#34;进入第39行

<h2 class="site-description">The World Awaits You</h2>