WordPress 3.0.1 Released
After nearly 11 million downloads of WordPress 3.0 in just 42 days, they’ve released WordPress 3.0.1. This maintenance release addresses about 50 minor issues. The testing many of you contributed prior to the release of 3.0 helped make it one of the best and most stable releases to date. Download WordPress 3.0.1 or update automatically [...]
WordPress Version 3.0 Released
WordPress version 3.0 has finally been released to the public. I’ve been playing with the beta versions for quite some time and really like it. Especially the merge with WordPress MU. Some of you might want to wait for the first update because there is surely going to be some bugs. You can download it [...]
Nice new wordpress theme
Here’s a nice new free wordpress theme called Falkner Sky. You can preview view it and download it if you like it. Falkner Sky, 3 columns, free Premium Style WordPress Theme. The required plugins have been included with the theme files. Preview Download
WordPress 2.9 Update
The WordPress 2.9 update just came out and has some cool new features. Make sure to get this one if you didn’t bother with version 2.8.6. There’s some great new options that help with your adventures in WordPress SEO‘ing sites.
Directory Submission List
Here’s a list of directories you can submit your websites too. It’s a nice size directory submission list with lots of high PR directories in it. Getting your site listed in these directories with definitely help your rankings in the search engines like Google, Yahoo, Bing, Ask and the others. Directory submissions are a very [...]
Must have wordpress plugins
Here’s a list of wordpress plugins that I almost always use and can help with SEO. I use some other plugins that are only useful on certain types of sites so I won’t list those in this post. Leave a comment with any wordpress blog plugins you use that you think are essential. All in [...]
Free WordPress Theme Irresistible
Check out this nice new free wordpress theme. It’s called Irresistible. It’s a real visually rich wordpress theme with an integrated video player. Top of the line theme and it’s free! Download it here
WordPress SEO Sniper
There’s a real nice tool that has the options of the All-in-One SEO Pack but includes a lot more advanced SEO options. It’s called WP SEO Sniper. Here’s some great features this seo plugin has – * Give your important content more PageRank by cutting out redundant pages. * Preserves more PageRank to be shared [...]
NextGEN Gallery Plugin
This is a great wordpress picture gallery plugin that I’ve been using on some blogs. Here’s some features of NextGen. Overview / Functions Sortable Albums : Create your own sets of images Upload a Zip-File with pictures : Upload pictures in a zip-file (Not in Safe-mode) Watermark function : You can add a watermark image [...]
SEO your WordPress Blog Installation and Themes
Page Titles. Go into header.php and replace the <title> whatever is in the title tag </title> with: <title><?php if (is_home()) {bloginfo(‘name’) ;} else { wp_title(‘ ‘);} ?></title> What this does is for the home page, it uses the blog’s title for the Title tag and for everything else, it will use the title of the [...]