Archive | wordpress RSS feed for this section

WordPress 3.0 Released on June 17, 2010

The most awaited WordPress 3.0 version has been finally released on June 17, 2010. WordPress 3.0, the thirteenth major release of WordPress and the culmination of half a year of work by 218 contributors, is now available for download (or upgrade within your dashboard). Major new features in this release include a sexy new default [...]

Read more

WordPress 3.0 RC3

Yesterday on June 11, 2010 there was another release of WordPress 3.0 Release Candidate 3 (RC3). As per wordpress.org this is probably the final Release Candidate before the release of most awaited WordPress version 3.0. Download WordPress 3.0 RC3

Read more

WordPress 3.0 Release Candidate

As Matt teased earlier, the first release candidate (RC1) for WordPress 3.0 is now available. What’s an RC? An RC comes after beta and before the final launch. It means we think we’ve got everything done: all features finished, all bugs squashed, and all potential issues addressed. But, then, with over 20 million people using [...]

Read more

WordPress Release WordPress 3.0 – Beta 2 Version

If you’ve been following the news of WordPress 3.0, you will know that it is a huge release for WordPress. It’s the milestone of merging WordPress and WordPress Multi-User (WPMU) into a single platform. Following the successful post-WordCamp San Francisco code sprint, they release the second beta of WordPress 3.0 which is ready for download. [...]

Read more

WordPress Body Class body_class() Function and extension

The WordPress body class function body_class() works from WordPress 2.8 version onwards. This function gives the body element different classes and can be added, typically, in the header.php’s HTML body tag. This gives you the possibility to use it effectively with CSS. <body <?php body_class(); ?>> What body_class() Generates The body_class() function is quite similar [...]

Read more

Top Ten WordPress Plugins

I have been working as WordPress Developer from last 4 years. There are lot of plugins which makes it easy to add features in your WordPress Site. Previously, I also published articles where I listed my favorite plugins. Since, there is a grand list of plugins. Here I am just going to list top 10 [...]

Read more
Celebrating 2000 hours of Quality Service Provided through odesk

Celebrating 2000 hours of Quality Service Provided through odesk

oDesk is a great place to work with International Clients all over the World. I have been providing IT services through oDesk. Today, I really feel happy to celebrate my success in Odesk. I have crossed the milestone of 2000 hours of Quality Service provided through oDesk. To add to my success, I also like [...]

Read more

Choosing Default WordPress Theme through database

There are times when there is problem in your theme that you have installed in your site and your site goes blank or white. In this situation you will not be able to log in to the WordPress Admin area. In this situation you can simply use the database to choose the default theme and [...]

Read more

Disable WordPress Plugins via the Database

There are times when there is some problem in your plugin that you have installed in your site and your site goes blank. In this situation you will not be able to log in to the WordPress Admin area to manually disable all of the plugin. In this situation you can simply use the database [...]

Read more
Avatars or Gravatars for WordPress

Avatars or Gravatars for WordPress

Add More Default Avatar Choices to the WordPress Admin. Add the following code in the functions.php : // Add More Default Avatars to Options if (!function_exists(‘ss_addgravatar’)) { function ss_addgravatar($avatar_defaults) { $myavatar1 = get_bloginfo(‘template_directory’).’/images/avator/01.png’; $avatar_defaults[$myavatar1] = ‘rock’; $myavatar2 = get_bloginfo(‘template_directory’).’/images/avator/02.png’; $avatar_defaults[$myavatar2] = ‘Cool’; $myavatar3 = get_bloginfo(‘template_directory’).’/images/avator/03.png’; $avatar_defaults[$myavatar3] = ‘Geek’; $myavatar4 = get_bloginfo(‘template_directory’).’/images/avator/04.png’; $avatar_defaults[$myavatar4] = ‘Pretty’; return $avatar_defaults; [...]

Read more
WordPress 2.9

WordPress 2.9

After the security lot of security release in WordPress 2.8. Today (December 19, 2009) WordPress released it’s new and awaited WordPress version 2.9 “Carmen” named in honor of magical jazz vocalist Carmen McRae (whom we’ve added to our Last.fm WP release station). You can upgrade easily from your Dashboard by going to Tools > Upgrade, [...]

Read more
Top Ranked Companies and Top Ranked Freelancers in Odesk

Top Ranked Companies and Top Ranked Freelancers in Odesk

Today I really feel happy and excited to share two achievement both as a team and as an individual. We (Digital Max Solutions) as a team has been listed as the Top Ranked Companies in oDesk. At the same time, I have been listed as the Top Ranked Freelancers. Beside this, last month in November, [...]

Read more
Page 1 of 3123