格式为 index.htnl 的也页面可以打开,但是打开.php 就出现这样的错误,还要配置什么吗?
如图:
Fatal error: Call to undefined function get_header() in /Library/WebServer/Documents/index.php on line 1
<?php get_header(); ?>
<?php if ( of_get_option('corpo_blogheader_radio') ): ?>
<?php of_get_option( 'corpo_blogheader' ) == '' ? $header = __('Blog','corpo') : $header = of_get_option( 'corpo_blogheader' ); ?>
<section class="section-title"><?php echo $header; ?></section>
<?php endif; ?>
<div id="content">
<section id="main-content" role="main">
<?php get_template_part('loop'); ?>
</section>
<?php get_template_part('pagination'); ?>
</div>
<!-- END #content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…