BluewaveHosted
04-06-2008, 10:42 AM
Hello,
I am trying to install this new theme on my Wordpress based blog, and the functions.php files ends with this code, that is being flagged by my Dreamweaver as invalid code:
<?php }
}
add_action('wp_head', 'mytheme_wp_head');
add_action('admin_menu', 'mytheme_add_admin');
Any idea how to edit/add/delete/move tags or characters there to make it valid?
Otherwise, when I try to open the http://mybloghere.com it says:
Warning: Cannot modify header information - headers already sent by (output started at /home/usernamehere/public_html/wp-content/themes/themename/functions.php:9)
Any suggestions would be appreciated. The coder must have left out something?
I am trying to install this new theme on my Wordpress based blog, and the functions.php files ends with this code, that is being flagged by my Dreamweaver as invalid code:
<?php }
}
add_action('wp_head', 'mytheme_wp_head');
add_action('admin_menu', 'mytheme_add_admin');
Any idea how to edit/add/delete/move tags or characters there to make it valid?
Otherwise, when I try to open the http://mybloghere.com it says:
Warning: Cannot modify header information - headers already sent by (output started at /home/usernamehere/public_html/wp-content/themes/themename/functions.php:9)
Any suggestions would be appreciated. The coder must have left out something?
