From 29dbf4f249d127f42deb48ae7208e5421deeafca Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Fri, 6 Jul 2018 10:10:30 +0200 Subject: [PATCH] Addin wp feature to post thumbnails --- wordpress/wp-content/themes/saburly-headless/functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wordpress/wp-content/themes/saburly-headless/functions.php b/wordpress/wp-content/themes/saburly-headless/functions.php index b90fe52..de8463a 100644 --- a/wordpress/wp-content/themes/saburly-headless/functions.php +++ b/wordpress/wp-content/themes/saburly-headless/functions.php @@ -22,4 +22,6 @@ require_once 'inc/menus.php'; require_once 'inc/acf-options.php'; // Add custom API endpoints -require_once 'inc/api-routes.php'; \ No newline at end of file +require_once 'inc/api-routes.php'; + +add_theme_support('post-thumbnails'); \ No newline at end of file