How to put custom HTML code in header of wordpress websites [closed]

社会主义新天地 提交于 2019-12-12 10:49:43

问题


This is my website and I need to put html code in order to make the header option form functional http://emmacombes.com/

But I have no clue where I can paste the HTML Code for header. Wordpress theme used - suffusion

Thanks


回答1:


You should find a file named header.php inside your theme's folder located in /wp-content/themes/{your-theme} that's the template file where you can add your code.




回答2:


hello you can do it easily by going to wp-content/themes/your-theme/header.php

and paste code above the

or by login into wordpress

after login into wordpress go Appreance>>editor in right side you find "Templates" below that you find list files search header.php there

and go to there and paste code above



来源:https://stackoverflow.com/questions/17136498/how-to-put-custom-html-code-in-header-of-wordpress-websites

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!