Forums

Sidebar and footer gone.. (7 posts)

  1. daand
    Member
    Posted 2 years ago #

    Dear people,

    In my website the sidebar and footer just disapeared...
    Some pages are templatized to show the custom field "thumbnail" and the exerpt..

    But they dont work anymore..

    What is the cause and even more important, how can we solve it..?

    #Lasted changes:
    I updated to wp 2.9.1
    Created some new posts, like i always did..

    http://www.inventarismakelaar.nl/inventarissen/totale-iventarissen
    This is the page that is not working..
    You can see a working page here:
    http://www.inventarismakelaar.nl/wie-zijn-wij

    Can anyone help??

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Try checking your theme's single.php file for calls to get_sidebar() and get_footer().

  3. cubecolour
    ɹoʇɐɹǝpoɯ
    Posted 2 years ago #

  4. daand
    Member
    Posted 2 years ago #

    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?

  5. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    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.

  6. daand
    Member
    Posted 2 years ago #

    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 :)

  7. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Glad to hear that you managed to sort it out.

Topic Closed

This topic has been closed to new replies.

About this Topic