how to disable drupal theme using drush command

Every drupal developer knows about drush and drush commands. If mistakenly you installed some broken drupal theme and you are not able to access site then you need change the drupal theme using drush command. disable drupal theme using drush, Every drupal developer knows about drush and drush commands. If mistakenly you installed some broken …

Drush 6 relase and added support for drupal 8 version

Two days ago Drush team  announced the release of Drush 6. They moved there codebase to git now. If you are drupal developer then you know the importance of drush. This is the bigest news for drupal developers. Drush 6 relase and added support for drupal 8 version Note: if you are using Drupal 8, you should …

Drupal interview questions for experienced Drupal Developer

I always take interview of many types of developers. These days drupal developers are really in demand but choosing right candidate who knows the drupal in and out is very difficult. So I created some very unique interview questions for experienced Drupal Developer and answers. Experienced Drupal Developer needs Following strong knowledge: Linux, Mysql, PHP, CSS …

wordpress to drupal migration using drush commands made easy

I migrated some wordpress sites into drupal very easily.  With drupal 7 it is very easy. There are some drupal modules which are really helpful to migrate the wordpress posts and pages in drupal site. Drupal is more famous and usable in people and developers. Many clients demands for doing there site in drupal. With …

how to show code snippet in drupal post or page

Wanted to show code snippet in drupal website then you can use following modules for achieve this functionality. I tried to display php code and html tag in a tutorial. how to show code snippet in drupal post or page First simple option is, Use the tag to post the php code or html code and …

Install Drupal using Drush command only

Every Drupal developer knows about drush. If you did not installed drush then use the following article for installing drush. Here in this article I am going explain you about install drupal empty project in only two steps.   For setup the empty drupal project setup use following command #drush dl drupal-7 Project drupal (7.28) …

Install drush on CentOS using command line with simple steps

Drush is great native application for development of drupal project. I really like to use this tool in every project. There are some good steps to install drush on Linux or windows environment. I recently installed drush on my centos machine