Let's take a quick look at some factors to consider when choosing and installing themes, just so that you'll be better informed.
Some not-design-related theme basics
The structure of a theme
A WordPress theme is actually a collection of files in a folder/directory. There are no special or unusual formats, just a few requirements for those files in the theme folder. The only requirements for a folder to be a valid WordPress theme are as follows:
- It should have a style.css file and an index.php file
- The style.css file must have the basic theme information in its initial lines
There are a number of additional files that you'll find in most theme folders. They are as follows:
- A screenshot.png file that is the...