Tag Archives: wordpress

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 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

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
MaxRef Widget Plugin Version 1.9.6 for WordPress

MaxRef Widget Plugin Version 1.9.6 for WordPress

MaxRef Plugin Version 1.9.6 is now ready for download and use in your WordPress sites. You can install and use this plugin in WordPress version above 2.5 and above.  I have tested this plugin up to WordPress version 2.9 beta 2. MaxRef Widgets is a powerful way to add unlimited widgets on your sidebars to [...]

Read more
WordPress Plugins: My Favorites

WordPress Plugins: My Favorites

I would like to list out some of top wordpress plugins that are my favorites: Plugins that are useful for Search Engine Optimization,  Photo Gallery, Forms, Maintenance, Rating, CMS, E-commerce, Security and Privacy, Cache, Backup, Others…

Read more
Why WordPress is my Favorite CMS?

Why WordPress is my Favorite CMS?

Content Management System (CMS) more then just publishing content. It is about publishing content and managing workflow. It should have the function which will allow us to easily conceive, edit, index, and publish content. It should be flexible for the designer and developer to customize the look and functionality. The most important aspect is that [...]

Read more
Page 1 of 212