« Deleting a Blog | Main | Multiple Authors »
Changing the Look of Your Blog
Now that you’ve created your own blog, you’re realizing that it looks exactly like everyone else’s blog. Blogs at NYU starts everyone off with the same blog template, which despite being cleanly designed and easy to read, is pretty bland and doesn’t uniquely identify the blog as your own.
To customize the look of your blog, we provide you with two options:
- Ready-made theme library using StyleCatcher
- Access to HTML and CSS to program your own
Theme Library Using StyleCatcher
Without editing any HTML or CSS, you can easily change the complete look of your blog using StyleCatcher. We’ve pre-installed a number of good-looking themes made available from the Six Apart Theme Repository and the Style Contest websites.
In order to apply these themes to your blog, do the following:
- Click the Main Menu link.
- Click the Templates link for your blog, listed in the My Weblogs box. This displays the templates screen for your blog.

- Click Select a Design using StyleCatcher.

- Click Saved Themes. A gallery of available themes will load.

- Select a theme and click Apply Selected Design.
- Refresh your blog.
Roll Your Own
If you feel comfortable using HTML and CSS, you can change the look of your blog by modifying your blog’s default templates.
For example, if you want to modify the content that appears on your main blog page (e.g. links in the side bar), you should modify the template called Main Index.
- Click the Main Menu link.
- Choose the Templates option for your blog.
By default, you’ll be placed into the Index Templates window. Note, before you do any work on your blog’s main index template, it is recommended that you make a back-up copy of the existing file. Learn how to do so by reviewing the following tutorial: How to Make a Back-up Copy of your Main Index Template
Once you perform a template back-up, you’ll see the back-up copy of your Main Index listed in the window. Click on the link for the Main Index file.
- You’ll now be in the Edit Template screen. Find the Template Body section and copy and paste the contents into a text editor (e.g. TextEdit, NotePad).
- Find the <div id=”beta”> section in the template content you just copied. This section represents the container for the sidebar content. You will see the various sidebar sections, e.g. Search, Recent Posts, Categories, and Monthly.
- Make your changes.
- When finished, copy and paste your updated text document back into the Template Body area in the Edit Template screen.
- Click the Save and Rebuild button to put your changes into effect.
Remember that you made a back-up copy of your page just in case you want to revert back to the previous version.
More Style Tutorials:
The tutorial Changing the Default Sidebar Position at Learning Movable Type discusses how to change the position of the side bar from the (default) right-hand side to the left-hand side.
The tutorial Creating a 3-Column Layout at Learning Movable Type shows how to modify the default template from 2-columns to 3-columns.
Posted by Amit Snyderman on July 2, 2009 11:46 AM | Permalink