Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 770
user2491342 Avatar asked Jun 16 '13 18:06

user2491342


2 Answers

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.

like image 191
omma2289 Avatar answered Oct 02 '22 02:10

omma2289


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

like image 26
Corlax Avatar answered Oct 02 '22 02:10

Corlax