Fatal error: Call to undefined function get_header() in /home/u888331178/public_html/publichtml/index.php on line 11
자꾸 뜨는데 해결방법을 모르겠습니다.
index.php 소스가 아래와 같습니다.
<?php
/*
iBlogPro Copyright (C) 2008-2010 Andrew Powers, PageLines.com (andrew AT pagelines DOT com)
Licensed under the terms of GPL
*/
global $pagelines;
@ get_header ();
if(pagelines(‘featureblog’) && VPRO) get_template_part(‘pro/template_feature’);
get_template_part(‘library/template_posts’);
get_footer();
?>