From e5b0a5f1e5b29ff6247673f4f848f03a9d4209f2 Mon Sep 17 00:00:00 2001 From: mikefrancis Date: Fri, 24 Aug 2012 11:44:15 +0200 Subject: [PATCH] Added page excerpt support --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index b0caa71..ad5d5fc 100644 --- a/functions.php +++ b/functions.php @@ -5,6 +5,7 @@ add_theme_support( 'post-thumbnails' ); add_theme_support( 'automatic-feed-links' ); +add_post_type_support( 'page', 'excerpt' ); /* =Remove gunk from -------------------------------------------------------------- */