I've posted this over at the Wordpress forum, but haven't had any replies so far. Having some issues with my featured images in WordPress 3.3.1. I have used this method on several websites in the past, but have only just started experiencing issues with it now.
CODE ADDED TO FUNCTIONS.PHP FILE:
<?php add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 200, 200, true ); ?>
I then open one of my posts and try adding a featured image, only to receive the following error message in the upload box.
Warning: Cannot modify header information - headers already sent by (output started at /home/electric/public_html/wp-content/themes/electricmonk/functions.php:6) in /home/electric/public_html/wp-admin/async-upload.php on line 26
Interestingly enough, the image does appear to be uploaded to my wp-content/uploads folder. When I go into the 'Gallery' tab of the 'Set Featured Image' window, the image is there and I can select 'Use as featured image'. The thumbnail appears in the Featured Image box, but when I click 'Update', I get the following message:
Warning: Cannot modify header information - headers already sent by (output started at /home/electric/public_html/wp-content/themes/electricmonk/functions.php:6) in /home/electric/public_html/wp-includes/pluggable.php on line 866
Is there a solution for this bug that anyone could fill me in on?
Cheers,
Chris
This post has been edited by Chris Higgins: 29 January 2012 - 04:18 AM
Help



















