function.php errors !!!
-
Hello
I created a theme , when i am logining im admin page this error dispaled
Warning: Cannot modify header information – headers already sent by (output started at /home/celatini/public_html/wp-content/themes/New Folder (2)/functions.php:1) in /home/celatini/public_html/wp-includes/pluggable.php on line 897and more similar errors
i only use this codes in function.php
<?php add_theme_support(‘post-thumbnails’); ?>
<?php
function new_excerpt_length($length) {
return 55;
}
add_filter(‘excerpt_length’, ‘new_excerpt_length’);
?><?php function new_excerpt_more($more) {
global $post;
return ‘ID) . ‘”>[?????]‘;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’);?>
plaese help me to solve problem
- The topic ‘function.php errors !!!’ is closed to new replies.