• I have installed Kubrick 1.3 under WP 1.3-alpha-4, and I’m trying to create a page named aboutme.php that displays information obvioulsy about the weather in the SouthPole. It was allright with Kubrick 1.2. I could create easily pages with “static” content. But working with Kubrik 1.3, I have 3 questions.
    1.- How do I create the static page?
    2.- Where it should be placed?
    3.- How is it called from sidebar.php? I mean, what is the code for creating the link?
    What I want is to create a page like boren.nu’s about page. But I can’t. I don’t know where the file must be placed, and what is the correct way to link it. Help, Mr. Boren, please!!!!! -crying-

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    It may be beneficial for you to ask over at the Kubrick support forums as well. http://www.flickr.com/groups/binarybonsai/

    I was wondering the same thing as well, you beat me to it, lol

    Thread Starter Raul Garcia

    (@afisionao)

    thanks, macmanx. I’ll do.

    Go to Manage->Pages to create a page (or Write->Page if you have the latest from CVS). Create a post called “About Me”. It’s link will be “/about-me/”. This page will use Kubrick’s page.php by default. If you want to use another template — such as your aboutme.php — add the following to the top of that template.
    /*
    Template Name: About Me
    */

    When that header is present, the template will show up in the “Page Template” dropdown of the Manage->Pages page.
    To put a list of all pages into your sidebar, add the following somewhere in sidebar.php.

      <?php wp_list_pages(); ?>


    Ryan

    Thread Starter Raul Garcia

    (@afisionao)

    Thank You!!! Thank You!!! I ‘ve bee crying the whole night!!! Thank You!!!

    With the latest build from the CVS, I tried to do that, I had few problems.
    1. the page shows /*Template Name: About Me*/ at the top of the about page.
    2. once saved, the manage pages, doesnt show this page at all.
    Please help.

    It has to be within php tags.
    Ryan

    Good. It worked like a charm !

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Help with Kubrik 1.3’ is closed to new replies.