warning message? what does it mean?
-
hi im trying to add a second menu to my twenty ten theme following the codex but i get this message when i created a functions.php file and added the code in.
this is the warning message-
what does it mean?function register_my_menus() { register_nav_menus( array( ‘header-menu’ => __( ‘Header Menu’ ), ‘extra-menu’ => __( ‘Extra Menu’ )) ); } add_action( ‘init’, ‘register_my_menus’ );
Warning: Cannot modify header information – headers already sent by (output started at /home2/calligr7/public_html/wp-content/themes/twentyten- child/functions.php:8) in /home2/calligr7/public_html/wp-admin/theme-editor.php on line 99
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘warning message? what does it mean?’ is closed to new replies.