Issue #2: Everything needs to use posts

This commit is contained in:
Oliver Davies 2015-04-01 00:05:56 +01:00
parent 36e337feda
commit be2d8d0bec
84 changed files with 188 additions and 6 deletions

View file

@ -1,6 +1,8 @@
---
title: Adding Custom Theme Templates in Drupal 7
nav: blog
use:
- posts
description: >
Today, I had a situation where I was displaying a list of teasers for news article nodes. The article content type had several different fields assigned to it, including main and thumbnail images. In this case, I wanted to have different output and fields displayed when a teaser was displayed compared to when a complete node was displayed.
slug: adding-custom-theme-templates-drupal-7