HTML Header and Footer in WordPress Blog

Status
Not open for further replies.

St0neF!sh

Active Member
128
2012
52
0
HTML Header and Footer in WordPress Blog

I want to add HTML Header and Footer in Wordpress Blog.
Any suggestion pls.

Note: HTML have its own CSS..

Any tested Idea?

Rgds,
sf
 
5 comments
If you just want to add simple banner or image then use <div> #code before end of footer or header .

Open the editable files in two tabs and if anything goes wrong, save changes of unedited file ;)
 
No I want to replace the complete header and footer section with custom HTML codes and wanna use only the body part of WP. Just like some official blog of any static website...
 
So then just edit the header.php, footer.php and style.css for the theme you want the body of. If it's not an extremely complex design, most of the work can be done through css.

btw it might be easier to make a child theme off thematic and just make the body similar to the theme you like.
 
Status
Not open for further replies.
Back
Top