Featured


 

How to use Views Slideshow in Drupal 7

1. Required Modules (Version: Drupal 7.8) Views (7.x-3.0-rc1) Views Slideshow (7.x-3.x-dev) Chaos tool suite (7.x-1.0-rc1) Libraries (7.x-1.0) Link (7.x-1.0) Token (7.x-1.0-beta6) 2. Install the Modules In Drupal 7 you can install modules from the admin section, but I still feel this new feature doesn’t have any meaning, because we have to search for the module Read more...

   

Create a WordPress theme | How to create WordPress Theme

First thing to do is to create a sub-folder in the wp-content/themes directory in your WordPress folder. Lets say we name it as “My_Theme“. Also note that the name of the folder should correspond to the name of the theme you want to create. To do this you can either use your favorite FTP client Read more...

 

How to show a message in the WordPress Admin

If you are working on a plugin or a theme, and you want to display some message to the user like “Settings have been saved” or “Plugin installed, Please goto settings page to configure it”, then just follow the below snippet. Now we just add a hook to the admin notices function to show our Read more...