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