WordPress 2.1 is out – and ready as an one-click upgrade…
WordPress 2.1 was released just 3 days ago and is already available in the DreamHost Control Panel as either an one-click install or an one-click upgrade.
The new version includes a ton of new features like:
- Tabbed Editor
Allows you to switch between WYSIWYG and code editing seamlessly.
- Autosave
Your drafts will be autosaved in the background while you’re writing from the moment you write the title of your post. - Search Engine Privacy Option
In case you don’t want you blog to be indexed by search engines like Google. - WordPress Migration Functionality
Lossless XML import and export makes it easy for you to move your content between WordPress blogs. - Content Management System Functionality
Set any “page” to be the front page and put the latest posts somewhere else. - More Efficient Database Code
An expert from MySQL has optimized every query for maximum performance. - Upload Manager
Easier upload of pictures, video and audio.
- Akismet
New version of the comment spam filtering service is bundled with WordPress.
More info about the new features in the WordPress Development Blog and 10 Things You should Know About WordPress 2.1.
Some plugins might not work in the new version, so you might wish to check for upgrades before you press [Upgrade to 2.1].
February 9th, 2007 at 23:33
One More Tip’s
if you like to have default advanced editor
hit ALT+V (IE) or ALT+SHIFT+V (Firefox) to toggle the Advanced Toolbar
or
(Try at you’r own risk it’s work for me charm)
In line 31 of
wp-includes/js/tinymce/tiny_mce_config.php
Move the ‘wp_adv’ to before the ‘wp_adv_start’
Like this ‘wp_adv’,'wp_adv_start’,
save the file Done
Simple!