How to create Custom Drupal Theme
Making a custom Drupal theme is actually quite easy. A Drupal theme is just a few PHP files, a CSS file, and an info file. I prefer the PHPtemplate theme engine (the default one) but you have several...
View ArticleCSS Poster and Drupal Template Customization
CSS Poster is a free online tool from chami.com. Just upload a CSS file, and CSS Poster will make a chart based on your CSS file. Here is a cropped example using Drupal’s Bluemarine template’s CSS...
View ArticleBackup a Drupal Site using Migrate Module
Migrate module is the easiest way to back up a Drupal site. Follow the directions given below Download and install Drupal’s Backup and Migrate Module. Then go to admin > content > Backup &...
View ArticleMake your Drupal site SEO friendly using Pathauto
Drupal’s Pathauto Module is a great module for SEO. It automatically generates URL aliases for nodes based on highly-configurable rules. This tutorial starts by introducing Drupal’s URL aliases, and...
View ArticleSEO Modules for Drupal
Make your Drupal site SEO freindly using the following Drupal modules. For any Drupal sites these are the must for a proper SEO and guaranteed results are seen after using them. In the list below I’ll...
View Article