MistyLook Version 3

Here is the Download Link for the latest version !

Version 3.4 changes:
1. Single Posts now show the previous post and the next post at the top.
2. Added a file called “notfound.php” which gets included whenever you get a 404.
3. Changed the profile image that shows up in the sidebar.

Updated to version 3.3.1
Bug Fix in functions.php approximately line number 150.
$excludepages = explode(‘,’, get_settings(‘spotlight_excludepages’)); should actually be
$excludepages = explode(‘,’, get_settings(‘mistylook_excludepages’));

Updated to version 3.3 on May 25 2007. The changelog.txt within the theme will show you the changes made for this version.
1. Fixed the height and width of the header image in the functions.php to be 760px and 200px respectively.
2. Changed the default header image to an alternative header image Thanks to http://www.sxc.hu/photo/685577
[The original mistylook’s header is still available as misty2.jpg in the theme folder]
3. Now if you do not disable the shadow effect applied to images, you can use class=”noborder” for those img tags.
4. Minor style improvements in style.css.

Updated to version 3.2 on Mar 14 2007. The changelog.txt within the theme will show you the changes made for this version.
1. Highlight the author’s comment. if the commenter’s email is same as the site admin’s email, it is highlighted with the border around the comment.
2. border:none; in style.css is changed to border:0; [for making it valid css]
3. Emoticons will not show the shaded background now.
4. Removed the hard coding of “Links” as a title for the blogroll.
Also made sure it looks the same as other sidebar content.
5. Changed the letter-spacing:1px; to letter-spacing:0px; attribute from several elements, to make sure the site displays properly for other languages such as Tamil. [If you like it the original way,you can change it back to 1px]
6. Added some spacing for sidebar’s list items, in style.css.Download Version 3.2

Updated version 3.1 Feb 12 2007 => works with both WP 2.1 and WP 2.0 series.
Download Version 3.1

I am very proud to announce the release of MistyLook V3.0, in line with the release of WP 2.1 .

This is the first WordPress theme to accommodate “Custom Image Header”.

You could easily upload your own image for using it as a header to this theme. Look for a new tab under presentation, after activating this theme.

screenshot1.jpg

Changes in this version are
1. style.css
* Overall improvement to the look and feel.
2. footer.php
* Moved the call to wp_footer() to be after the closing </div>
This was causing problems with Share This and other plugins, and so it is fixed.

3. attachment.php
* Added attachment.php so you can use the wordpress 2.0 feature that allows people
to comment on an attachment in a post.

4. comments.php –
* Now supports Trackback URI and Comments Feed when viewing single post / page.

5. functions.php –
* About Section on the sidebar is made into a widget.
* Support for Custom Image Header – An Amazing way you can create your own header with just a few mouse clicks.
* WordPress 2.1 puts both link categories and post categories into one table. when picking a category for Asides, MistLook is made to list only post categories.

6. sidebar.php –
* following number 5, about section is made to call to the widget’s function.
* changed the title for category list to be “Categories”. Previously it was called “Tags”.

7. 404.php –
* made to use the 404.gif that is added to the img folder.

8. contact.php –
* added cols and rows to the textarea tag.

and much more for you to explore.

Enjoy !