Disable skype highlighting
I don’t like how a site looks when SKYPE changes the phone number and add the SKYPE logo. This plugin will keep your site looking as you designed it!
Disable skype highlighting
WordPress 3.2 Features and Other Cool Stuff
- Primary release feature: faster and lighter
- Refreshed dashboard design that tightens the typography, design, and code behind the admin.
- HTML5 Twenty Eleven theme- Responsive design, HTML 5 and ability to have multiple rotating header
- Redesigned post editor and full-screen button in the editing toolbar to enter the new distraction-free writing or zen mode
- All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them.
| Editor width in Distraction-free writing mode: | |||
|---|---|---|---|
| Alt + | Wider | Alt - | Narrower |
| Alt 0 | Default width | ||
- Retire support for PHP4, older versions of MySQL, and legacy browsers like IE6
- Admin bar has more shortcuts to your most commonly-used actions
- Comment moderation screen, the new approve & reply feature speeds up your conversation management
- Keyboard shortcuts are enabled on a per-user setting, and can be turned on by visiting the Profile panel in Administration > Users > Your Profile. Check the Keyboard Shortcuts checkbox to enable keyboard shortcuts for comment moderation.
- Pressing a approves the currently selected comment.
Pressing s marks the current comment as spam.
Pressing d moves the comment to the trash (WordPress 2.9) or deletes the current comment.
Pressing z restores the current comment from the trash or activates the Undo when that row is selected.
Pressing u unapproves the currently selected comment, placing it back into moderation.
Pressing r initiates an inline reply to the current comment (you can press Esc to cancel the reply).
Pressing q activates “Quick Edit” which allows for rapid inline editing of the current comment. - Bulk Actions
You can also perform an action on multiple comments at once. First, you’ll need to select the comments for the bulk action, using the x key to check the checkbox for the currently selected comment. Shift-x can be used to toggle the checkboxes, inverting their state. Once you have some comments checked:
Pressing Shift-a approves the checked comments.
Pressing Shift-s marks the checked comments as spam.
Pressing Shift-d deletes the checked comments.
Pressing Shift-u unapproves the checked comments.
Pressing Shift-t moves the checked comments to the Trash.
Pressing Shift-z restores the checked comments from the Trash. - When WordPress version is updated, only the changed files are downloaded and updated
- Speed is no longer an issue when using the permalink setting of page title
- Embed Youtube video by just adding the link. WordPress will only embed URLs matching an internal whitelist. This is for security purposes.
- WordPress will automatically turn that into a YouTube embed when the post is viewed. (Check the “Auto-embeds” check box in Administration > Settings > Media SubPanel.)
- Screen Option settings can be set per user. Screen options per plugin are an option
- PressThis option
- The “Press This” function allows quick publishing with a special web browser bookmarklet. You can create a post by quoting some text, images, and videos on any web page.
- Pagenation to break up long posts, in html mode add <!–nextpage–> where you want the next page button to display
SEO Plugins When Converting a Web Site
One challenge an SEO expert faces when optimizing an established web site is to ensure the site doesn’t lose any search ranking at the search engines for changed urls (permalinks in Word Press). Many web developers and web site owners don’t consider this in their site launch plans. It is time consuming but extremely important to do if the site is receiving any search traffic. The suggested plugins below help to tell the search engines that the pages have moved and to replace the old url with the new url and they make for a much more friendly set of messages and links to the visitor.
These suggestions can save you time when implementing the change of urls from the old to the new site.
Redirection is a WordPress plugin to manage 301 redirections and keep track of 404 errors without requiring knowledge of Apache .htaccess files
Add a custom 404 error message page.
Google 404 This widget makes it easy to embed a Google search box on your custom 404 page.
404 Notifier does just that, notifies you of 404 errors on your site delivered to you via e-mail or RSS.
Smart 404 can be setup to redirect to a page/post with similar keywords in the url or by adding a line to your custom 404.php page <?php smart404_suggestions() ?> you’ll give the visitor a list of links that may be what they are looking for.
404 Images Fix Displays a default alternative image where you are having image missing on your post. Note on POST, does not work for pages.
Google Site Maps This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog.
If you have other sites linking to your web site aka back links, you will want to contact them and notify the owner of your new url/permalink. To find the sites with back links to your site on yahoo got to http://siteexplorer.search.yahoo.com type in your domain url in the search bar. Google will provide this information within their webmaster tools
Taking time to plan your new site launch will help you reduce the amount of lost traffic you would see if you didn’t take these steps to ensure you remain at the top of the search results pages.