A simple Views theming example | Drupal.org

Submitted by michael on Thu, 01/01/2015 - 16:16

Official Views documentation is part of the Advanced Help module. It includes the most
up to date information on Views and Views theming. Views 2 is so much more powerful than
Views 1 and theming views is quite different now. This article is intended for themers who
only need to know where to apply html and css to change the look and feel of a view. See the
bottom for more resources. What you'll need Know how to create a view Understand how Views
uses php to print data The Devel and Theme developer modules. Step 1. Creating a Page view
Don't know how to create views? Read Views 2 tutorials to get you started. First you'll have
to create a view page and choose some settings. The most important settings are under the
“Basic settings” section of your display: Style: HTML List Row Style: Fields Don't forget to
add the fields you want to display. Step 2. Organize your themed views files