WordPress

WordPress 2.8 Released

Thursday, June 11th, 2009 | Blogging, News, Site Information, Software Update | No Comments

wordpress28.gif

The folks over at Automattic just released the stable 2.8 version of popular blogging platform WordPress. This site, along with a large percentage of blogs out there, runs on the WordPress platform and I can’t say enough about all the features and SEO-friendly options that it has built-in to the base version (not to mention all the free plugins and themes available on their site).

Over 790 bugs were fixed from the previous 2.7.1 version not to mention they claim it’s supposed to be a lot faster (that has yet to be seen). Some of the new features can be found under the Appearance section of the backend, from a re-designed widgets section to the addition of convenient “Activate, Preview and Delete” quick-links underneath each theme. If you’re trying to decide between a few themes or just like to keep a lot available, this will undoubtably save you a lot of time.

Some highlights of the updated features are:

  • New drag-and-drop widgets admin interface and new widgets API
  • Syntax highlighting and function lookup built into plugin and theme editors
  • Browse the theme directory and install themes from the admin
  • Allow the dashboard widgets to be arranged in up to four columns
  • Allow configuring the number of items to show on management pages with an option in Screen Options
  • Support timezones and automatic daylight savings time adjustment
  • Support IIS 7.0 URL Rewrite Module
  • Faster loading of admin pages via script compression and concatenation

So if you haven’t logged into the back-end of your own WordPress blog lately, now’s the time to do it and use their automatic upgrade feature! That or you can find the download page (as well as instructions for how to install or upgrade) here. You can also view the complete list of updates and bug fixes on their development site.

Tags: , , ,

Add SEO Friendly Social Media Links To WordPress

Wednesday, December 3rd, 2008 | Blogging, Hack, Open Source, Promotion, SEM, Tools, Twitter | No Comments

Add SEO Friendly Links To WordPress Pages and Posts

Jeff from over at Perishable Press has just posted a handy guide to adding code to your WordPress theme that will enable you to offer SEO-Friendly, fully validating social media links for each of your pages or posts. If you want the easy way of adding social media links to your blog, there are countless WordPress plugins that will do just that, this method is for those of you who want to use as few plugins as possible (a real lean mean blogging machine!)

He gives the code for Delicious, Digg, Twitter, StumbleUpon, Technorati, Blinklist, Furl, Reddit and AddThis (with more sites provided in the comments).

Here’s an example for Digg.com:

<a rel="nofollow" href="http://digg.com/submit?phase=2&amp;url=<?php the_permalink(); ?>" title="Submit this post to Digg">Digg this!</a>

In order to add the code to each post, edit the single.php and paste in the appropriate code before the comments PHP tag. So you’d paste it before:

< ?php comments_template(); ?>

To add the code to your pages, edit page.php and paste the appropriate code after the PHP tag for your page content. So depending on your theme you’d paste it after:

< ?php the_content(); ?>

To have the links appear on the homepage after the end of each post, edit index.php and paste the appropriate code after the content PHP tag, though it might differ depending on your theme. So you’d paste the code this time after:

< ?php the_content(__('Read more'));?>

Go check out the full post for more examples.

Tags: , , , , ,

Other Places You Can Find Me: