I am operating wordpress site http://binoor.com/ made on free woo theme. now i want to convert it into drupal. kindly anyone tell me how to do this. Step wise procedure will be highly appreciated.
Migrating content is a bit easier, this module should help (it's for Drupal 7, the other was for 6): http://drupal.org/project/wordpress_migrate But the theme is a bit trickier. I recommend you read about theming Drupal: http://drupal.org/documentation/theme Once you gain an understanding of how Drupal themes work, then it's very easy to make one (if you know CSS, HTML and an understanding of logic as you will need to do a small amount of PHP). You should use a "wireframe", or high customisable, theme as your base: http://drupal.org/project/themes Zen is a popular one, but there are others. Good luck.