Viewing 6 replies - 1 through 6 (of 6 total)
  • Try checking your theme’s single.php file for calls to get_sidebar() and get_footer().

    Moderator cubecolour

    (@numeeja)

    Thread Starter daand

    (@daand)

    The problem is there are a get footer and single..
    <?php get_sidebar(); ?>
    </div>
    <div class=”clear”></div>

    <?php include (TEMPLATEPATH . “/footer.php”); ?>
    </div>

    I havent changed the websitelayout since 9 months..
    Last week it was working fine..

    Thanks for yor reactions guys, you have som more hints?

    Then perhaps there’s a problem in that page’s content. From what I can see, that single post page is not being generated with a sidebar or footer. So you need to check your page content. Try removing everything after the image in that page.

    Thread Starter daand

    (@daand)

    I solved it..
    I removed everytinh after the image. I fount out that there was a code from a plugin to shorten the exerpt.
    The code “<?php excerpt(’20’); ?>”
    Created the error, so i changed it back to the original “<?php the_excerpt(); ?>”
    So i will find a way to shorten the exerpt again.

    Thanks for the help everyone, especially Esmi 🙂

    Glad to hear that you managed to sort it out.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sidebar and footer gone..’ is closed to new replies.