错误消息如下:
警告:无法修改标题信息-标题已由/home/content/79/7603579/html/listings/wp-content/themes/OIB-theme/functions.php:519)在/home/content/79/7603579/html/listings/wp-includes/pluggable中发送。php在线897
编辑:代码环绕functions.php
第519行:
<small><?php echo $value[\'desc\']; ?></small>
<div class="clearfix"></div>
</div>
<?php break;
case "section":
$i++; ?>
<div class="rm_section">
<div class="rm_title">
<h3><img src="<?php bloginfo(\'template_directory\')?>/functions/images/trans.gif" class="inactive" alt="""><?php echo $value[\'name\']; ?></h3>
<span class="submit">
<input name="save<?php echo $i; ?>" type="submit" value="Save changes" />
</span>
<div class="clearfix"></div>
</div>
<div class="rm_options">
<?php break;
}
} ?>
根据下面的注释,修复程序删除了此代码:function cpt_Search_category_Filter($query) {
$post_type = array(\'post\',\'business_sold\');
if ($query->is_search || $query->is_category) {
$query->set(\'post_type\', $post_type);
};
return $query;
};
add_filter(\'pre_get_posts\',\'cpt_Search_category_Filter\');