无法修改标头信息-标头已由

时间:2014-09-27 作者:Hitu Bansal

当我在

example.com/wp-admin

警告:无法修改标题信息-标题已由/home/mytheme/public\\u html/wp content/themes/mytheme/functions.php:1)在/home/mytheme/public\\u html/wp includes/pluggable中发送。php在线899

这里有一些代码

<?php
if ( ! isset( $content_width ) )
    $content_width = 604;

/**
 * Add support for a custom header image.
 */
require get_template_directory() . \'/inc/custom-header.php\';

/**
 * Twenty Thirteen only works in WordPress 3.6 or later.
 */
if ( version_compare( $GLOBALS[\'wp_version\'], \'3.6-alpha\', \'<\' ) )
    require get_template_directory() . \'/inc/back-compat.php\';

/**
 * Twenty Thirteen setup.
 *
 * Sets up theme defaults and registers the various WordPress features that
 * Twenty Thirteen supports.
 *
 * @uses load_theme_textdomain() For translation/localization support.
 * @uses add_editor_style() To add Visual Editor stylesheets.
 * @uses add_theme_support() To add support for automatic feed links, post
 * formats, and post thumbnails.
 * @uses register_nav_menu() To add support for a navigation menu.
 * @uses set_post_thumbnail_size() To set a custom post thumbnail size.
 *
 * @since Twenty Thirteen 1.0
 *
 * @return void
 */
任何想法。我还检查了周围没有空位

1 个回复
SO网友:Nicolai Grossherr

有一个FAQ Troubleshooting 进入How do I solve the Headers already sent warning problem? 致力于此。你应该检查一下wp-config.php, 因为可能有一些空格-空格,新行或其他-导致消息。虽然您发布的消息表明问题出在您的第1行functions.php. 重定向也是已发送警告的标题的典型候选。

结束

相关推荐

How to modify admin headers

我正在尝试创建一个主题设置导出脚本,该脚本base\\u 64对主题选项进行编码,并允许用户将其下载为文本文件。我看到一个帖子(What is the best way to export and import theme options?) 这涉及检查查询变量,然后使用“template\\u redirect”操作重定向用户。然而,看起来这个操作只在站点的前端可用(不在管理中)。将操作添加到选项框架的构造函数中并没有任何作用。我可以通过将我的函数绑定到“admin\\u init”来启动它,但到那时,