- Share This Post
- 3
- submit
- 14
-
Sparkle (0)
Are you thinking about a new look for your blog? Or maybe you've not started a blog yet and want to make a fabulous debut when you do. Both are good reasons to know the foundation of a blog design. Whether you decide you want to DIY or hire a pro, it's savvy to know the lingo and have a solid understanding of a blog's "parts" so you can easily follow how-to instructions and/or communicate better with your designer.
Since Wordpress is such a popular choice among new bloggers, let's use a typical Wordpress theme as our model. A theme is one of the many terms used to describe a blog design (but is more commonly applied to Wordpress blogs) and is comprised of all files needed to implement a new design on your blog. There are a lot of free Wordpress themes available, but this example is the default Wordpress theme implemented with every start-up installation of Wordpress.
It can help to think of your blog theme as dress form, like on Project Runway — a mannequin-like framework upon which you apply a new couture gown or bedazzled jodhpurs or whatever you're into. In our case, a new blog design. The mannequin framework is typically broken up into 4 main areas: the index (or content), the header, the footer and the sidebar with the designer “dress” itself provided by the accompanying CSS (cascading style sheet) file. There are other files within a theme, but these are the basics.
The Index is the file that contains the code that displays your content. When you write a blog post, this the stuff that makes it show up on the page. It often consists of your blog post title, the date, the post author, categories, the content itself and links to the comment page. This is typical of most blog designs and the index file is the mainstay of just about any blog theme, Wordpress or otherwise.
The index file will usually contain references to the other files in the framework, like the header, footer and sidebar. This allows for a tidier index file and keeps things organized. It also allows for flexibility so you can reference those same header and footer files in other templates later on.
The Header is everything you intend to display (or wish for the browser to load) before the index or content. The header will usually include the browser title, any meta tags/keywords, links to the CSS file (so the "mannequin" knows which "dress" to put on), any required script files, and the code for the blog banner and navigation. (So if you're looking for the file where you change your banner, this would be the place!) Learn more about the Wordpress header file here.
The Footer is everything you intend to display after the index or content. The footer will often include the copyright information, site credit and links to privacy policies or website terms and conditions. This is fine print found at the very bottom of your blog design.
The Sidebar is where most additional info lives in your blog design. Features like a category list or a blogroll are popular choices for a sidebar. This area can also contain ads, Twitter feeds, search features, recent posts… whatever blows your dress up, really. The default features are usually search, categories, archives and a blogroll.
In Wordpress, sidebar goodies are often controlled as a widget. A widget is a section of content made to be easy to add to, remove from or arrange in your sidebar without the user having to tinker with code. If you go into your Wordpress dashboard and choose Appearances > Widgets, you can see all the widgets Wordpress has available for you to use right out of the box. You can read more about widgets here and more about customizing your sidebar here, on the Wordpress.org



















