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 "eGamer." Via ftp, upload the "eGamer" folder to your Wordpress themes directory. Depending on where you installed Wordpress on your server, the wp themes folder will be located in a path 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 files and folders 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: Wp Page Navi.
Next you need to select eGamer and make it your default theme. Click on the design link, and under the themes tab locate eGamer from the selection of themes and activate it. Your blog should now be updated with your new theme.
eNews utilizes a script called TimThumb to automatically resize images. 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 "Name" section, input "Thumbnail" (this is case sensitive). In the "Value" area, input the url to your thumbnail image. Your image will automatically be resized and cropped. The image must be hosted on your domain. (this is to protect against bandwidth left)
Important Note: You must CHMOD the "cache" folder located in the eNews directory to 777 for this script to work. You can CHMOD (change the permissions) of a file using your favorite FTP program. If you are confused try following this tutorial. Of course instead of CHMODing the template folder (as in the tutorial) you would CHMOD the "cache" folder found within your theme's directory.
This theme was made for gaming sites, but it certainly can be used for whatever you like. However, because a lot of gaming websites like to review games I decided to input a basic author rating system. The recent reviews section can be turned off from within the theme's options menu, you are not required to add review posts.
Whenever you make a post you can assign it a rating value. To do this create a custom field with the Name "rating" and a Value of how many stars you would like to give the post. Simply input any number between 0-5. (no decimals) Once you save your post a rating will appear on your post page as a star value. On the homepage, there is a section that displays recent reviews. This sections searchers through all your posts and gathers any post that has a rating assigned to it, and then displays the most recent 4 reviews in a descending fashion.
This theme can embed videos from other sources, but does not have a native video player. This means that you can only post videos that are taken from online video sources such as Youtube. When you make a new post you will need to add a custom field with the Key "Video" In the Value area just paste the embed code from your video host. For example, an embed code from youtube looks like this:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/WneDU-K3Sww&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/WneDU-K3Sww&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
You will notice that some video hosts try to add in links to their website, you probably want to delete these. All you need is the object and or embed codes.
Important Note: There is a bug with the upgrade of WordPress 2.6 that adds random "/" to the embed code when you add it. For this reason you need to add the code twice. After you click "Add Custom Field" you will notice that the code in the value area refreshes and the "/" appear. After this occurs simply delete the embed code from the value area and paste in the original embed code again and then press the "update" button. If you don't do this the video won't show up.
Whenever you add a video to your post, using the method above, it will be displayed cleanly above your post content on single post pages. On the homepage there is a section called Recent Videos. This box searches through all your posts and gathers the ones that have a Video Custom Field assigned to them. It then displays the most recent video on the homepage. This section can be turned on and off from within the theme's options menu.The Featured Articles are pulled from a specific category. You can choose which category is used for the Featured Articles section via the Theme Options page in wp-admin. Under the General > Featured Articles section of ePanel (the elegant themes options page) you will see a dropdown menu where you can choose your featured articles category.


My most recent theme, Polished, has been released. Let me know what you think!