1. How do I installed Bluesky onto my wordpress blog?

There are several files included in the ZIP folder. These include wordpress theme files, plugin files, and photoshop files. To installed your wordpress theme you will first need to upload the theme/plugin files via FTP to your server.

First you are going to upload the theme folder. Inside the ZIP folder you downloaded you will see a folder named "theme." Within it is a folder named "bluesky." Via ftp, upload the "Bluesky" folder to your Wordpress themes directory. Depending on where you installed Wordpress on your server, the wp themes folder will be located in a location similar to: /public_html/blog/wp-content/themes.

Next you need to upload the plugin files. Inside the zip folder you downloaded there will be a folder named "plugin." Within this folder are several other folder which need to be uploaded to your Wordpress plugins directory. This directory will be located at /public_html/blog/wp-content/plugins. Once you have the plugins uploaded you will need to activate them via your Wordpress control panel. Login to your wordpress admin area and click on the "plugins" link. Activate the following plugins: Social Dropdown.

Next you need to select Bluesky and make it your default theme. Click on the design link, and under the themes tab locate Bluesky from the selection of themes and activate it. Your blog should now be update with your new theme.

2. How do I add the thumbnails to my homepage?
Adding thumbnails is easy. Whenever you make a new post you will need to add a custom field. Scroll down below the text editor and click on the "custom fields" link. In the "Key" section, input "Thumbnail" (this is case sensitive). In the "Value" area, input the url to your thumbnail image. Make sure you image is the right size, 94x94 pixels, or it will appear distorted.
3. How do I add my title/logo?
In this theme, the title/logo is an image, which means you will need an image editor to add your own text. You can do this by opening the blank logo image located at Photoshop Files/logo.jpg, or by opening the logo PSD file located at Photoshop Files/logo.psd. Replace the edited logo with the old logo by placing it in the following directory: theme/Bluesky/images. If you need more room, or would like to edit the logo further, you can always do so by opening the original fully layered PSD file located at Photoshop Files/bluesky.psd
3. How do I display my own adsense ads?

Adsenes ads are already running by default, but you still need to add your own publisher ID. To do this simply open theme/bluesky/sidebar.php in a text editor and locate the follow piece of code:

<script type="text/javascript"><!--
google_ad_client = "pub-6734752749309808";
/* 336x280, created 4/27/08 */
google_ad_slot = "8282825060";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>

Input your own ID in the bolded line above.