Index.php – Fatal error: Call to undefined function: get_header()
-
Hey Folks,
Im getting a Fatal error: Call to undefined function: get_header() on line 3 of my index.php when I click on my homepage https://www.pumatalk.com/blog
Here’s my first 10lines..
<?php ob_start(); ?>
<?php get_header(); ?>
<div id=”content”>
<!– pages –>
<?php if (is_page() and ($notfound != ‘1’)) : ?><?php while (have_posts()) : the_post(); ?>
what you think the problem is?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Index.php – Fatal error: Call to undefined function: get_header()’ is closed to new replies.