Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m have the same problem. Apparently it has something to do with the <?php the_ID(); ?> section. I’m still working with it, trying to get it to work. Any help is appreciated 😉

    -edit-
    I tried removing the section, but then the last part, ‘end if posts’ wouldn’t work. So, yeah, don’t bother removing that

    another edit. I noticed I was missing “<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>” ^_^;;;
    Well I added that, but Now it doesn’t like the very last line of code <? include(‘footer.php’); ?> and the posts Still won’t show up.

    Got it!

    what I did was move the section:
    <?php
    /* Don’t remove this line. */
    require(‘./wp-blog-header.php’);
    ?>
    to the headder.php include I was using. wow ^_^;;;

    I don’t know if you’re using inclusions, (or a different sepperate header file via some other means) but I hope that helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ezstatic Fatal error’ is closed to new replies.