How to clear caching in Drupal Step 1: Log into your Drupal admin interface. Step 2: On the top menu bar, locate the Configuration option and...
How to upload your custom logo in your Drupal theme Step 1: Log into your Drupal 7 Admin panel. Step 2: Using the top menu area, click on the ‘Appearance’...
How to add a custom banner image to a page in Drupal? Step 1: Create a theme region and in the content type, add an image field. If your banner is not...
How to add welcome message to block in Drupal 7? Step 1: Use views module. Add new view. Step 2: Choose Users from the Show drop-down menu and tick on...
Steps to overwrite the theme pager in Drupal 7 You would need to implement all of the following theme functions in your template.php( located within your theme folder, usually...