我正在创建自己的主题,并希望通过添加以下内容来添加特色图像选项:
add_theme_support( $feature, $arguments );
进入functions.php
文件执行此操作时,会出现以下错误:add_theme_support( \'post-thumbnails\' ); Warning: Cannot modify header information - headers already sent by (output started at /wp-content/themes/Precise/functions.php:3) in /wp-includes/pluggable.php on line 1228
我怎样才能解决这个问题?