diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php index 9a21cd2d6a..5b8c6c4026 100644 --- a/src/wp-content/themes/twentyfourteen/functions.php +++ b/src/wp-content/themes/twentyfourteen/functions.php @@ -391,8 +391,8 @@ function twentyfourteen_body_classes( $classes ) { $classes[] = 'list-view'; if ( ( ! is_active_sidebar( 'sidebar-2' ) ) - || is_page_template( 'full-width-page.php' ) - || is_page_template( 'contributor-page.php' ) + || is_page_template( 'page-templates/full-width.php' ) + || is_page_template( 'page-templates/contributors.php' ) || is_attachment() ) $classes[] = 'full-width'; diff --git a/src/wp-content/themes/twentyfourteen/inc/template-tags.php b/src/wp-content/themes/twentyfourteen/inc/template-tags.php index 624c080c7c..e93b927dab 100644 --- a/src/wp-content/themes/twentyfourteen/inc/template-tags.php +++ b/src/wp-content/themes/twentyfourteen/inc/template-tags.php @@ -173,7 +173,7 @@ function twentyfourteen_post_thumbnail() {
" rel="">