• Resolved martcol

    (@hotmale)


    I’m not sure what else to say really. I don’t know why the sidebar won’t show on just the home page: pictopoetry.co.uk. All I can think to do is put up the code.

    Thanks

    Martin

    index.php:

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter martcol

    (@hotmale)

    Sorry, I goofed with the code thing.

    Here’s the pastebin link.

    I am really struggling with this.

    Thanks.

    Is the tag for the sidebar (<?php get_sidebar(); ?>) being called in the index.php of your theme?

    Thread Starter martcol

    (@hotmale)

    This is in the header.php

    </div>
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Submenu') ) : ?><?php endif; ?>
    <div id="blog">

    Martin

    PS and that’s the same as the other pages where the sidebar does show.

    And this is at the bottom of index.php

    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not sure how to get sidebar to show.’ is closed to new replies.