当我尝试将wp-blog-header添加到我的智能模板中时,我一直都会收到此错误吗?是否有人知道如何解决此问题?
以下是我正在使用的代码。
<?php
define('WP_USE_THEMES', false);
require('/home/gorilla/public_html/wp-blog-header.php');
?>
<?php get_header(); ?>
这是错误。
Fatal error: Cannot redeclare wptexturize() (previously declared in /home/gorilla/public_html/community/common/formatting.php:2) in /home/gorilla/public_html/wp-includes/formatting.php on line 99
答案 0 :(得分:0)
您是否编写了自己的wptexturize函数om common / formatting.php?这可能是个问题。