In Drupal views are used to display the content , images etc.. to the users. Views has the own default template , to create the custom template. In the Edit mode of views page , click on the Theme Information in the Basic settings block, in this block the theme information will listed in order like Display … Continue Reading
Archives
Quick Drupal 6 VIEWS overview
Views is a contributed module in Drupal. The Main purpose of this module is to provide a Graphical User Interface for fetching Node/contents from database. It has a query builder that generates the SQL query based upon your inputs. Download the views module and upload it in sites/all/modules folder. Now Navigate to the module section … Continue Reading