Blue Dog Theme
We are releasing our Blue Dog theme, a light and colorful three column, widget-ready free WordPress theme. This is a unique WordPress theme created by our designers. The unique feature of this theme is that there are over 50 custom headers created covering the most popular dog breeds. You are free to use the header image with no dog photo on top of it as well.
Latest Version: 1.00
Updated on: 2009 February 6
Change log
2009/02/06Â v1.00 - Release
Downloaded a total of 1105 times
- Download header images in JPG
- Download header images in PNG
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

[...] created for this unique WordPress theme covering the most popular dog breeds. Demo | Download | Theme URI __________________ [...]
[...] created for this unique WordPress theme covering the most popular dog breeds. Demo | Download | Theme URI __________________ [...]
[...] browser compatible with IE, FF, Opera, Flock & Safari Demo | Download | Theme URI License: Creative Commons Attribution-Share Alike 3.0 License __________________ More Premium [...]
[...] browser compatible with IE, FF, Opera, Flock & Safari Demo | Download | Theme URI License: Creative Commons Attribution-Share Alike 3.0 License __________________ More Free [...]
hi,
i wanted to change the header image, but i cant figure out where to edit the header file.
can you help?
thanks
Hi Gary,
Sure. The header image is called in the CSS file. Please look for this line and edit it:
#header {
width: 100%;
height: 234px;
background: url(’images/header.png’) no-repeat;
}
or you can simply overwrite the header.png file in the images folder.
Good luck!
Hi, I’m having problem with the header showing at all. please check my site… thanks
Jo D,
Try removing the / from the CSS file:
This is what you have now:
#header {
width: 100%;
height: 234px;
background: url(’/images/header.png’) no-repeat;
}
This is how it should look like:
#header {
width: 100%;
height: 234px;
background: url(’images/header.png’) no-repeat;
}
Also, it seems that the theme is installed in an incorrect folder:
http://www.joannedaubney.com/blog/wp-content/themes/Blue-Dog-1/Blue-Dog-1/images/header.png
It should have been installed in http://www.joannedaubney.com/blog/wp-content/themes/Blue-Dog-1/images/header.png
Note the extra “/Blue-Dog-1″ folder.
Hi, thankyou for checking it out, I have reinstalled but it still doesn’t work for me… any other ideas?
Hi Jo D,
You still have the forward slah / in front of :images” in style.css:
#header {
width: 100%;
height: 234px;
background: url(’/images/header.png’) no-repeat;
}
Again, this is how it should look like:
#header {
width: 100%;
height: 234px;
background: url(’images/header.png’) no-repeat;
}
I found that too just now and have removed it… but it still isn’t working, but will try it for a bit longer.. I appreciate your help.. thank you.
ooh it’s working
mucho gracias
I see, it is working now. Just press CTRL+F5, it will clear your browser’s cache.
Hi,
I like your theme very much.
Can i use it for my new Dog Blog http://mydogpress.com ??
Thanks
Hi, Thanks, sure you can use it for your bog, just make sure to leave the footer intact.