
i’m using wordpress, i want to edit my blog header. but i dont know what php file to open so that i can edit the design of the blog header… can you guess help me…. i just need to know what to open in the dreamweaver so that i could edit my blog header
Related Blogs
- Reviewing the Reviewers: The Blog is Alive and Kicking | The Blog …
- MacroScope » Blog Archive » Who do you blame for the credit crisis …
Related Blogs
- Reviewing the Reviewers: The Blog is Alive and Kicking | The Blog …
- MacroScope » Blog Archive » Who do you blame for the credit crisis …












You can edit them in WordPress itself.
Go to Appearence -> Editor -> & select Header.php from right hand side of screen.
It is header.php file to edit header info. But you require knowledge in PHP to edit so. If you are unaware about PHP language, do not touch or modify anything.Stay with the templates
You shouldn’t need to touch php at all just to change the blog header, though lots of things are heavily dependent on which theme you use, and how it is designed.
Many popular themes are now theme frameworks, and the intention is that any modifications are made in child themes.
If you just want to hack the files themeselves, then most likely you need to look at style.css and edit/add something like
background:url(images/image.jpg) no-repeat top center;
images is relative to the theme folder on your server
Here is a good resource if you are using the Thematic framework
header.php and style.css