Posts Tagged ‘WordPress’

WordPress 2.6.3 Available

Another security hole found and fixed in WordPress. New patch is available with WordPress 2.6.3.

A vulnerability in the Snoopy library was announced today. WordPress uses Snoopy to fetch the feeds shown in the Dashboard. Although this seems to be a low risk vulnerability for WordPress users, we wanted to get an update out immediately. 2.6.3 is available for download right now. If you don’t want to download the whole release to get the security fix, you can download the following two files and copy them over your 2.6.2 installation.

1. wp-includes/class-snoopy.php
2. wp-includes/version.php

Reblog this post [with Zemanta]

Tags: , ,

WordPress 2.7 - With New Look

As we know WordPress 2.7 will be released on November 10. Currently WordPress has revealed some interesting stuffs about the upcoming version

As you may know, we’ve been working behind the scenes on the design and development of version 2.7 of the WordPress software that powers your blog. The administration interface you’re used to will be changing as a result of your feedback and the results of the usability testing we conducted over the summer. Version 2.7 is due to release officially on November 10, but in the meantime, we’re posting sneak previews of the look and functionality to come. So far we’ve covered the new navigation system and the new Dashboard.

You can check about new Dashboard and Design in WordPress development blog.

Please do check the links for the dazzling interface. Isn’t it wonderful?

Tags: , ,

Finding Themes Made Easy

I know it’s very difficult to find a theme for your WordPress blog. It is recommended that you should have a unique theme for your site to build up a brand around your blog. I have 6 links for you to find themes.

To make a unique theme or to make your theme look as you wish, so some edits in the theme and fine tune it to match the pitch of your blog.

Check these links and let me know whether you liked the links. If you happen to know more good links let me know I’ll update this page.

Tags: , , , , , , ,

WordPress doesn’t fetch your stats???

WordPress.com Stats

WordPress.com Stats

You changed your WordPress theme and found that no longer WordPress.com stats catching or collecting stats for your site as shown in the image below. Frustrated and want to revert back to old theme?
Read the rest of this entry »

Tags: , , ,

WordPress 2.6.1 is now available

WordPress 2.6.1 is now available to download. It’s not a mandatory update. If you’re happy with existing WordPress 2.6 don’t worry just ignore the message on admin panel.

Tags: , , , ,

WordPress 2.6 is out…

Now WordPress 2.6 is available to download. WordPress has published a video on WordPress 2.6. I just embed it in my site bcz it’ll be easy for you to listen here in my site. ;)

I’ll explore and let you know more about WordPress 2.6 in comming days.Good luck..

Zemanta Pixie

Tags: , ,

WordPress.com and Google Gears

WordPress.com uses Google GearNow WordPress.com brings another feature to its users. This time, they are bringing in a third party tool made by Google to enhance user experience over wordpress.com blogs.

According to WordPress.com, this feature is a turbo. That can bring more fast browsing experience to their users. You need to install Gears on your browser to enable this turbo feature. Read the rest of this entry »

Tags: , , ,

Multiple WordPress Blogs in One Database

Many people don’t know that they can create multiple WordPress blogs using one single database. This method is useful, if your hosting service provider strict the number of databases that you can use. All you need to do is simply change the table prefix in wp-config.php file. Read the rest of this entry »

Tags: , ,

WordPress as a Community Network Site

BuddyPress logo

Yeah, it’s not a joke. Soon you will be able to change your WordPress MU into a community network site, with the help of BuddyPress. Read the rest of this entry »

Tags: ,

WordPress Database and Unicode

Early versions of WordPress create Databases using different encoding such as latin1_swedish_ci. As the result, we won’t be able to see Unicode text. We’ll see some kind of curly scripts in the screen. To overcome this problem, we can use a simple solution. That is open your wp-config.php file and do the following edits there.

define(’DB_CHARSET’, ‘utf8′);
define(’DB_COLLATE’, ”);

change it as

//define(’DB_CHARSET’, ‘utf8′);
//define(’DB_COLLATE’, ”); Read the rest of this entry »

Tags: , , , , ,