I would like to introduce my second WP Theme: JEt990.
Demo | Download Jet990
Jet990 was designed by TemplateWorld but the structure has been highly modificated. Jet990 is also powered by The 960 Grid System, so you will enjoy a very flexible layout.
The main Features:
- Control panel to customize the homepage
- Widget Ready
- 4 Sidebars
- Featured entries
- A sticky post
- Custom fields to display a small pic for the Featured entries.
- 3 Asides to display your best content and show the Category Images
- Quote a comments without a plugin (jquery)
- DomTabs
- Gravatar ready
- Comment Highlighting
- Separate Trackbacks and Comments
- Works on Firefox, Opera, Safari and IE6/IE7
FAQ´s
1_ Installing
Extract and upload the Jet990 to wp-content\themes
Copy and install the plugins, located in the extra´s folder
Activate your theme.
Go to Manage, Design, Jet990 Cp to customize the HomePage
2_ Posting (Custom Fields)
To display an image in your Featured entry, upload your chosen image, create a Key named “image” give it a Value of the image URL (ex: wwww.mysite.com/wp-content/uploads/mypic.png) Thats all, the Tim Thumb script will resize the image and create a nice Thumb.
Change the cache folder permissions to 777.
To display a small cap below the Thumb just create a Key named “cap” and type some words as value: Ex: This is my fancy cap.
And finally: Dont forget to use The Excerpt.
Perhaps Im not clear?
Watch this video
3_ Asides
Here comes the tricky part. You must categorize your entries with only one (ONE) category,if you need to be more especific use the power of Tags.
Them, upload a .png (74×74) named like your category (case sensitive) to “images\cats” under Jet990 folder.
If you dont want to use the first method, open the sidedar.php and look for this lines (ex:45):
echo $category[0]->cat_name;
The zero means that is printing only the first category, and ignoring the others. If you entry use more than one category, Ex: Category 1, Category 2 and Category 3. The code will only read and print the category 1 ($category[0]). So You will have to play with the order of this variable to get the result you are looking for.
Apply this hack for each category, Left1, Left2 and left3.
Ex: Asides 1: in this loop there are 3 lines with $category[0], so replace al zeros with you desired order.
More info aviable in here: http://codex.wordpress.org/Template_Tags/get_the_category
4_ Archives
Create a new page and use as template the Archives Page
Special Thanks:
Wp candy team for the Demo Content
Demo | Download Jet990
I know you will enjoy it as much as me, so say Thanks and spread the word!!!









Nice theme
hi, I’ve a error with the single.php file.
evrery time, it said that i’ve no post when i want read a single post.
could you help me ?
@starkhay
Witch version of Wordpress are you using? Just tell me exactly the error, let me know and I will see what can I do.