• Hello,

    I got this error after restoring.

    Warning: Cannot modify header information - headers already sent by (output started at /home/redcafe/public_html/wp/wp-content/themes/redracer-3-columns-10/functions.php:21) in /home/redcafe/public_html/wp/wp-includes/pluggable.php on line 391

    How can I fix this?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stillo

    (@stillo)

    This is the functions.php code:

    <?php
    if ( function_exists('register_sidebars') )
    	register_sidebars(2, array(
    	'before_widget' => '<li class="menu-box">',
    	'after_widget' => '</li>',
    	));
    
    function widget_mytheme_search() {
    ?>
    
    <li id="menu-box-search">
    	<?php include(TEMPLATEPATH  . '/searchform.php'); ?>
    </li>
    
    <?php
    }
    if ( function_exists('register_sidebar_widget') )
        register_sidebar_widget(__('Search'), 'widget_mytheme_search');
    ?>
    Thread Starter stillo

    (@stillo)

    Nobody answers my question ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error after restoring :(’ is closed to new replies.