时间:2021-07-01 10:21:17 帮助过:2人阅读
get_headers()
还是报错:
( ! ) Parse error: syntax error, unexpected '<' in C:\wamp\www\zenith\index.php on line 17
但是前面的代码没问题啊:
/**
* Index Template
*
* This is the default template. It is used when a more specific template can't be found to display
* posts. It is unlikely that this template will ever be used, but there may be rare cases.
*
* @package Zenith
* @subpackage Template
* @since 0.1.0
* @author Tung Do
* @copyright Copyright (c) 2013, Tung Do
* @link http://devpress.com/themes/zenith/
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
将17 行附件的代码贴出来
/** ' . __( 'Pages:', 'zenith' ), 'after' => '
* Index Template
*
* This is the default template. It is used when a more specific template can't be found to display
* posts. It is unlikely that this template will ever be used, but there may be rare cases.
*
* @package Zenith
* @subpackage Template
* @since 0.1.0
* @author Tung Do
* @copyright Copyright (c) 2013, Tung Do
* @link http://devpress.com/themes/zenith/
* @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/
get_headers(); // Loads the header.php template. ?>
" class="">
→', 'zenith' ) ); ?>
'
第17行是getheaders
get_headers(); // Loads the header.php template. ?>
这种把注释删掉,否则后面的?>的也被注释掉了,或者就把?>放在下面一行。
知道了,网上下的模板,怎么这么多低级错误啊
SCREAM: Error suppression ignored for
( ! ) Fatal error: Call to undefined function do_atomic() in C:\wamp\www\zenith\index.php on line 11
现在还是这个报错,