问题
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