• Hey does anybody know how to do a static page for wordpress 1.3a5 and Kubrick 1.3a. I want to include my index pages navigation bar and the word press side bar. I know its possible I’m just not sure how to do it. Any info would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter willisadair

    (@willisadair)

    blah, figured it out wth the help of Mathew Maber. thanks anyways.

    well, for the benefit of others:
    in the template editor:
    choose the page template to edit.
    for kubrick’s page template, locate the “class” and change it from “widecolumn” to “narrowcolumn.”
    now at the bottom of the template page:
    include the sidebar, right above the include tag for the footer. same tag, just copy the include footer, and then change “footer” to sidebar.”
    so you have this:
    <?php include "sidebar.php"; ?>
    <?php include "footer.php"; ?>

    save this, and now your pages will have the 2 column layout with the sidebar included.
    now we all know.
    : )
    F.

    Thread Starter willisadair

    (@willisadair)

    Thanks, I probably should have wrote what I did. Good looking out for everyone Fernando.

    Thread Starter willisadair

    (@willisadair)

    Note, it was wordpress 1.3 not 1.5 that I was originally asking about. I haven’t messed with 1.5 at all yet. It wasn’t available when I did the original website all this was for.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Staticpages, side/nav bar in wp1.5a5 and kub1.3a?’ is closed to new replies.