• Hiya,

    Im using the WDA theme from http://www.sapientone.org/ but i’m trying to get a sidebar on all pages.

    in the main index template (the only template there) there is :

    <?php get_header(); ?>
    <div id="content">

    [moderated: snipped unnecessary code]

    </div>
    <?php get_sidebar() ?>
    <?php get_footer(); ?>

    please help, from what i can see it should be coming up! thanks

    EDIT: the footer doesn’t even come up on a single post/page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You’ll probably want to check your sidebar.php and see if it IT has any conditional tags that determine when it displays. What you posted above indicates that sidebar is always called from index.

    Does the theme have a single.php?

    And if the footer isn’t coming up at all, you may want to grab a fresh copy of the theme…

    Thread Starter jmd4eva

    (@jmd4eva)

    nope there isn’t a single.php, or any conditional tags in sidebar.php.

    i mean the footer doesn’t come up when a sidebar isn’t displayed, like http://www.jdoman.com/blog/ compared to http://www.jdoman.com/blog/about/

    Thread Starter jmd4eva

    (@jmd4eva)

    EDIT: didnt need to do this post

    still need help on the above? he has sent me a page.php which works, but the sidebar is below the content.

    please help lol

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using the WDA theme – how to get sidebar on all page?’ is closed to new replies.