This page provides information about using a UW-Stout styled template with Blogger.com.

Getting Started

If you don't already have a Blogger account, go to Blogger.com and create a blog using your UW-Stout username(e-mail) and password. Then skip down to the rest of the directions.

If you currently do have a Blogger account, you may need to update your settings after logging into Blogger.

Setting up the Stout FTP

Before setting up the UW-Stout styled template, you may want to set your blog to the Stout FTP utilizing the Stout Web server.  Doing this will allow your blog to have a UW-Stout web address (http://www.uwstout.edu/).  If you choose this method some additional steps will be necessary.

  1. If you are a first time user you must have the correct permissions on the Stout web server.  Schedule a meeting with the web cordinator Barbara Button (buttonb@uwstout.edu) to make sure you have adaquite permissions on your account.
  2. Log into Blogger.com
  3. After your logged into blogger dashboard, click Create a Blog to create a new blog.  If you are a first time user, upon login blogger will have you create a blog immediately.
  4. Click on Advanced Blog Setup (About 3/4 down the page) - Fill in all information (See below)
    • Blog Title - What you want the blog to be called
    • FTP Server - www.uwstout.edu and Select FTP radio button
    • FTP Path - This depends on where the blog will be stored on the server. It may follow the convention: /static/subsite/blog/
    • Blog Filename - index.shtml
    • Blog URL - This depends on where it is stored on the server. It may follow the convention above as: http://www.uwstout.edu/static/subsite/blog/
    • FTP Username - uwstout-mail/username Meaning uwstout-mail/+ Your Campus Username
    • FTP Password - Your uwstout password.
    • Type the characters in the picture, and click continue
  • Choose any of the custom templates and click continue
  • Click Start Blogging

Setting Blogger to a Stout Template

Below is the HTML code that works with the Blogger template system to produce the code that approximates the UW-Stout look. There are a few quick steps to embed this code as a template for your Blogger.com blog.

  1. Copy the code
  2. Perform some quick modifications/customizations to it
  3. Insert it into Blogger.com

Step 1 - Copy the Code

Select the code in the text box and copy it to your clipboard (CTRL-C or Right Click > Copy).  Or download the code in a text file here.



Step 2 - Modify the Code

After copying the code.  Past the code into a word editing program such as notepad or wordpad to perform a quick edit.

The only edit that is required to make the template code function is to put the url of the RSS feed of your blog into the code.Search through the code until you find the text marked "PLACE RSS URL HERE" and replace that text with the full url to the RSS feed.The link to your RSS feed will be something along the lines of http://www.uwstout.edu/static/subsite/blog/rss.xml.

You can also add links to the right side navigation area if you are code savy.  The place to add the hyperlinks is marked with comments in the code.

Once all modifications have been completed copy the code from the word editor.

Step 3 - Pasting the code into Blogger

  1.  After you're logged into Blogger, click the Template link under the Dashboard heading, as shown below.
    Blogger Dashboard
  2. Under the Template tab, click Edit HTML.  Select the text in the text box (CTRL+A) and delete it.
  3. Paste the text that you coppied and modified above into the text box.
    Blogger Template Paste
  4. Click Save Template Changes.  Republish the blog when it prompts you.
  5. Congradulations, now you can start posting.