PDA

View Full Version : Finding Header Image in WordPress Theme



skeezix
04-03-2008, 07:15 PM
I want to change the image that appears at the top of my WordPress blog but I cannot remember which file contains the pointer to the image. I changed the image twice before but that was several months ago.

Which file contains the pointer?

silencox
04-04-2008, 04:12 AM
I want to change the image that appears at the top of my WordPress blog but I cannot remember which file contains the pointer to the image. I changed the image twice before but that was several months ago.

Which file contains the pointer?


It depends on theme

mostly is in Header.php of your theme or is in css ( probably #header id )

you can check both

but it's depending on your current theme which your blog use

regards

skeezix
04-04-2008, 08:32 AM
Well, fortunately I remembered the name of the image currently being used, and I have a backup of the site on my local hard drive. I found my file by searching for that text string in all my backup files.

Turns out that in my theme, images are called in the style.css file.

silencox
04-04-2008, 06:40 PM
Well, fortunately I remembered the name of the image currently being used, and I have a backup of the site on my local hard drive. I found my file by searching for that text string in all my backup files.

Turns out that in my theme, images are called in the style.css file.

what theme you use