Adding Background Images to a WordPress Theme
- Posted On: January 8th, 2008
- Filed Under: Theme Design
If you've been following our series on Basic WordPress Theme Design this post essentially plays the role of part 5. In this post we'll return to the theme we've been building and we'll add some background images as well as some background colors. With one minor exception we'll mostly be working with our style.css and header.php files.
This post will advance our WordPress theme from what you see in this example from Part 4 - to what you see in this one.
I'll provide the two images needed for this part of the project but feel free to use your own if you want to.
Let's get started!
When you're first getting started with a WordPress theme there really are only six files that you need. With only these six files you can create a blog that has a consistent header and footer, has a dynamic (widgetized) sidebar, displays an index page, displays single pages/posts and even displays categories, archives and searches.