• 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)
  • Thread Starter Tee

    (@pumatalk)

    solved.. sorry about that~!!!

    Well, good…. but how about posting back what the problem really was so the next poor soul can find it and get some help?

    Thread Starter Tee

    (@pumatalk)

    Ahhh…

    well… It’s more of a BLOOPPERS than an error in the programming script Vkaryl ?? see I accidentally uploaded the index.php for my themes in the directory root of my Word Press :(~

    So yah sorry about that folks… ??

    Joey Dee

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.